public final class

PicasaService

extends Service
java.lang.Object
   ↳ android.content.Context
     ↳ android.content.ContextWrapper
       ↳ android.app.Service
         ↳ com.cooliris.picasa.PicasaService

Summary

Constants
String ACCOUNT_TYPE
String ACTION_PERIODIC_SYNC
String ACTION_SYNC
String FEATURE_SERVICE_NAME
String KEY_ID
String KEY_TYPE
String SERVICE_NAME
int TYPE_ALBUM_PHOTOS
int TYPE_USERS
int TYPE_USERS_ALBUMS
[Expand]
Inherited Constants
From class android.app.Service
From class android.content.Context
From interface android.content.ComponentCallbacks2
Public Constructors
PicasaService()
Public Methods
IBinder onBind(Intent intent)
void onDestroy()
int onStartCommand(Intent intent, int flags, int startId)
static boolean performSync(Context context, Account account, Bundle extras, SyncResult syncResult)
static void requestSync(Context context, int type, long id)
static void waitForPerformSync()
[Expand]
Inherited Methods
From class android.app.Service
From class android.content.ContextWrapper
From class android.content.Context
From class java.lang.Object
From interface android.content.ComponentCallbacks
From interface android.content.ComponentCallbacks2

Constants

public static final String ACCOUNT_TYPE

Constant Value: "com.google"

public static final String ACTION_PERIODIC_SYNC

Constant Value: "com.cooliris.picasa.action.PERIODIC_SYNC"

public static final String ACTION_SYNC

Constant Value: "com.cooliris.picasa.action.SYNC"

public static final String FEATURE_SERVICE_NAME

Constant Value: "service_lh2"

public static final String KEY_ID

Constant Value: "com.cooliris.SYNC_ID"

public static final String KEY_TYPE

Constant Value: "com.cooliris.SYNC_TYPE"

public static final String SERVICE_NAME

Constant Value: "lh2"

public static final int TYPE_ALBUM_PHOTOS

Constant Value: 2 (0x00000002)

public static final int TYPE_USERS

Constant Value: 0 (0x00000000)

public static final int TYPE_USERS_ALBUMS

Constant Value: 1 (0x00000001)

Public Constructors

public PicasaService ()

Public Methods

public IBinder onBind (Intent intent)

public void onDestroy ()

public int onStartCommand (Intent intent, int flags, int startId)

public static boolean performSync (Context context, Account account, Bundle extras, SyncResult syncResult)

public static void requestSync (Context context, int type, long id)

public static void waitForPerformSync ()