android.content
Interface IContentService
- All Superinterfaces:
- IInterface
- All Known Implementing Classes:
- ContentService, ContentServiceNative, ContentServiceProxy
public interface IContentService
- extends IInterface
SERVICE_NAME
static final String SERVICE_NAME
- See Also:
- Constant Field Values
descriptor
static final String descriptor
- See Also:
- Constant Field Values
REGISTER_CONTENT_OBSERVER_TRANSACTION
static final int REGISTER_CONTENT_OBSERVER_TRANSACTION
- See Also:
- Constant Field Values
UNREGISTER_CHANGE_OBSERVER_TRANSACTION
static final int UNREGISTER_CHANGE_OBSERVER_TRANSACTION
- See Also:
- Constant Field Values
NOTIFY_CHANGE_TRANSACTION
static final int NOTIFY_CHANGE_TRANSACTION
- See Also:
- Constant Field Values
START_SYNC_TRANSACTION
static final int START_SYNC_TRANSACTION
- See Also:
- Constant Field Values
CANCEL_SYNC_TRANSACTION
static final int CANCEL_SYNC_TRANSACTION
- See Also:
- Constant Field Values
registerContentObserver
void registerContentObserver(Uri uri,
boolean notifyForDescendentsn,
IContentObserver observer)
throws RemoteException
- Throws:
RemoteException
unregisterContentObserver
void unregisterContentObserver(IContentObserver observer)
throws RemoteException
- Throws:
RemoteException
notifyChange
void notifyChange(Uri uri,
IContentObserver observer,
boolean observerWantsSelfNotifications,
boolean syncToNetwork)
throws RemoteException
- Throws:
RemoteException
startSync
void startSync(Uri url,
Bundle extras)
throws RemoteException
- Throws:
RemoteException
cancelSync
void cancelSync(Uri uri)
throws RemoteException
- Throws:
RemoteException
Please submit a feedback, bug or feature