FileDocCategorySizeDatePackage
SyncUIContext.javaAPI DocAndroid 1.5 API1160Wed May 06 22:41:54 BST 2009android.content

SyncUIContext

public interface SyncUIContext
Class with callback methods for SyncAdapters and ContentProviders that are called in response to the calls on SyncContext. This class is really only meant to be used by the Sync UI activities.

All of the onXXX callback methods here are called from a handler on the thread this object was created in.

This interface is unused. It should be removed.

hide

Fields Summary
Constructors Summary
Methods Summary
public Contextcontext()

public voidsetStatusText(java.lang.String text)