Uses of Class
android.os.RemoteException

Packages that use RemoteException
android.content   
android.os   
android.provider   
android.speech   
 

Uses of RemoteException in android.content
 

Methods in android.content that throw RemoteException
 ContentProviderResult[] ContentProviderClient.applyBatch(ArrayList<ContentProviderOperation> operations)
           
 ContentProviderResult[] ContentResolver.applyBatch(String authority, ArrayList<ContentProviderOperation> operations)
           
 int ContentProviderClient.bulkInsert(Uri url, ContentValues[] initialValues)
           
 int ContentProviderClient.delete(Uri url, String selection, String[] selectionArgs)
           
 String[] ContentProviderClient.getStreamTypes(Uri url, String mimeTypeFilter)
           
 String ContentProviderClient.getType(Uri url)
           
 Uri ContentProviderClient.insert(Uri url, ContentValues initialValues)
           
 AssetFileDescriptor ContentProviderClient.openAssetFile(Uri url, String mode)
           
 ParcelFileDescriptor ContentProviderClient.openFile(Uri url, String mode)
           
 AssetFileDescriptor ContentProviderClient.openTypedAssetFileDescriptor(Uri uri, String mimeType, Bundle opts)
           
 Cursor ContentProviderClient.query(Uri url, String[] projection, String selection, String[] selectionArgs, String sortOrder)
           
 int ContentProviderClient.update(Uri url, ContentValues values, String selection, String[] selectionArgs)
           
 

Uses of RemoteException in android.os
 

Subclasses of RemoteException in android.os
 class DeadObjectException
           
 

Methods in android.os that throw RemoteException
 void IBinder.dump(FileDescriptor fd, String[] args)
           
 void IBinder.dumpAsync(FileDescriptor fd, String[] args)
           
 String IBinder.getInterfaceDescriptor()
           
 void IBinder.linkToDeath(IBinder.DeathRecipient recipient, int flags)
           
protected  boolean Binder.onTransact(int code, Parcel data, Parcel reply, int flags)
           
 void Messenger.send(Message message)
           
 boolean Binder.transact(int code, Parcel data, Parcel reply, int flags)
           
 boolean IBinder.transact(int code, Parcel data, Parcel reply, int flags)
           
 

Uses of RemoteException in android.provider
 

Methods in android.provider that throw RemoteException
static byte[] ContactsContract.SyncState.get(ContentProviderClient provider, Account account)
           
static byte[] ContactsContract.ProfileSyncState.get(ContentProviderClient provider, Account account)
           
static byte[] SyncStateContract.Helpers.get(ContentProviderClient provider, Uri uri, Account account)
           
static Pair<Uri,byte[]> ContactsContract.SyncState.getWithUri(ContentProviderClient provider, Account account)
           
static Pair<Uri,byte[]> ContactsContract.ProfileSyncState.getWithUri(ContentProviderClient provider, Account account)
           
static Pair<Uri,byte[]> SyncStateContract.Helpers.getWithUri(ContentProviderClient provider, Uri uri, Account account)
           
static Uri SyncStateContract.Helpers.insert(ContentProviderClient provider, Uri uri, Account account, byte[] data)
           
static void ContactsContract.SyncState.set(ContentProviderClient provider, Account account, byte[] data)
           
static void ContactsContract.ProfileSyncState.set(ContentProviderClient provider, Account account, byte[] data)
           
static void SyncStateContract.Helpers.set(ContentProviderClient provider, Uri uri, Account account, byte[] data)
           
static void SyncStateContract.Helpers.update(ContentProviderClient provider, Uri uri, byte[] data)
           
 

Uses of RemoteException in android.speech
 

Methods in android.speech that throw RemoteException
 void RecognitionService.Callback.beginningOfSpeech()
           
 void RecognitionService.Callback.bufferReceived(byte[] buffer)
           
 void RecognitionService.Callback.endOfSpeech()
           
 void RecognitionService.Callback.error(int error)
           
 void RecognitionService.Callback.partialResults(Bundle partialResults)
           
 void RecognitionService.Callback.readyForSpeech(Bundle params)
           
 void RecognitionService.Callback.results(Bundle results)
           
 void RecognitionService.Callback.rmsChanged(float rmsdB)
           
 



Copyright © 2008-2012. All Rights Reserved.