English | Site Directory

Android - An Open Handset Alliance Project

android.content
public interface

android.content.SyncUIContext

android.content.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 nearly unused. Hopefully we can remove it soon.

Summary

Public Methods

        Context  context()
        void  setStatusText(String text)

Details

Public Methods

public Context context()

public void setStatusText(String text)

Build m5-rc15g - 14 May 2008 12:50