public class

PicasaSyncAdapter

extends AbstractThreadedSyncAdapter
java.lang.Object
   ↳ android.content.AbstractThreadedSyncAdapter
     ↳ com.cooliris.picasa.PicasaSyncAdapter

Summary

Nested Classes
class PicasaSyncAdapter.AccountChangeReceiver  
Constants
String TAG
[Expand]
Inherited Constants
From class android.content.AbstractThreadedSyncAdapter
Public Constructors
PicasaSyncAdapter(Context applicationContext)
Public Methods
void onPerformSync(Account account, Bundle extras, String authority, ContentProviderClient providerClient, SyncResult syncResult)
[Expand]
Inherited Methods
From class android.content.AbstractThreadedSyncAdapter
From class java.lang.Object

Constants

public static final String TAG

Constant Value: "PicasaSyncAdapter"

Public Constructors

public PicasaSyncAdapter (Context applicationContext)

Public Methods

public void onPerformSync (Account account, Bundle extras, String authority, ContentProviderClient providerClient, SyncResult syncResult)