/frameworks/base/core/java/android/os/ |
PowerManager.java | 458 } catch (RemoteException e) { 482 } catch (RemoteException e) { 506 } catch (RemoteException e) { 534 } catch (RemoteException e) { 551 } catch (RemoteException e) { 566 } catch (RemoteException e) { 587 } catch (RemoteException e) { 604 } catch (RemoteException e) { 654 } catch (RemoteException e) { 720 } catch (RemoteException e) [all...] |
UpdateLock.java | 117 } catch (RemoteException e) { 141 } catch (RemoteException e) { 160 } catch (RemoteException e) {
|
/frameworks/base/core/java/android/speech/ |
RecognitionService.java | 28 import android.os.RemoteException; 102 } catch (RemoteException e) { 120 } catch (RemoteException e) { // occurs if onError fails 167 } catch (RemoteException re) { 225 public void beginningOfSpeech() throws RemoteException { 237 public void bufferReceived(byte[] buffer) throws RemoteException { 244 public void endOfSpeech() throws RemoteException { 253 public void error(int error) throws RemoteException { 269 public void partialResults(Bundle partialResults) throws RemoteException { 279 public void readyForSpeech(Bundle params) throws RemoteException { [all...] |
/frameworks/base/location/lib/java/com/android/location/provider/ |
FusedLocationHardware.java | 27 import android.os.RemoteException; 90 } catch(RemoteException e) { 91 Log.e(TAG, "RemoteException at registerSink"); 120 } catch(RemoteException e) { 121 Log.e(TAG, "RemoteException at unregisterSink"); 129 } catch(RemoteException e) { 130 Log.e(TAG, "RemoteException at getSupportedBatchSize"); 138 } catch(RemoteException e) { 139 Log.e(TAG, "RemoteException at startBatching"); 146 } catch(RemoteException e) [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
DefaultPhoneNotifier.java | 22 import android.os.RemoteException; 54 } catch (RemoteException ex) { 68 } catch (RemoteException ex) { 77 } catch (RemoteException ex) { 86 } catch (RemoteException ex) { 95 } catch (RemoteException ex) { 104 } catch (RemoteException ex) { 143 } catch (RemoteException ex) { 152 } catch (RemoteException ex) { 163 } catch (RemoteException ex) [all...] |
/packages/apps/Email/src/com/android/email/mail/store/ |
ServiceStore.java | 21 import android.os.RemoteException; 70 } catch (RemoteException e) { 83 } catch (RemoteException e) {
|
/frameworks/base/core/java/android/app/ |
AlarmManager.java | 22 import android.os.RemoteException; 365 } catch (RemoteException ex) { 480 } catch (RemoteException ex) { 493 } catch (RemoteException ex) { 506 } catch (RemoteException ex) {
|
Service.java | 26 import android.os.RemoteException; 561 } catch (RemoteException ex) { 593 } catch (RemoteException ex) { 646 } catch (RemoteException ex) { 663 } catch (RemoteException ex) { [all...] |
NotificationManager.java | 22 import android.os.RemoteException; 141 } catch (RemoteException e) { 166 } catch (RemoteException e) { 192 } catch (RemoteException e) { 206 } catch (RemoteException e) { 221 } catch (RemoteException e) {
|
UiAutomationConnection.java | 26 import android.os.RemoteException; 123 } catch (RemoteException re) { 177 } catch (RemoteException re) { 190 } catch (RemoteException re) { 203 } catch (RemoteException re) { 219 } catch (RemoteException re) {
|
/frameworks/base/libs/usb/src/com/android/future/usb/ |
UsbManager.java | 26 import android.os.RemoteException; 117 } catch (RemoteException e) { 118 Log.e(TAG, "RemoteException in getAccessoryList" , e); 135 } catch (RemoteException e) { 136 Log.e(TAG, "RemoteException in openAccessory" , e); 156 } catch (RemoteException e) { 157 Log.e(TAG, "RemoteException in hasPermission", e); 182 } catch (RemoteException e) { 183 Log.e(TAG, "RemoteException in requestPermission", e);
|
/frameworks/base/location/java/android/location/ |
Geocoder.java | 21 import android.os.RemoteException; 64 } catch (RemoteException e) { 65 Log.e(TAG, "isPresent: got RemoteException", e); 140 } catch (RemoteException e) { 141 Log.e(TAG, "getFromLocation: got RemoteException", e); 182 } catch (RemoteException e) { 183 Log.e(TAG, "getFromLocationName: got RemoteException", e); 255 } catch (RemoteException e) { 256 Log.e(TAG, "getFromLocationName: got RemoteException", e);
|
/frameworks/base/nfc-extras/java/com/android/nfc_extras/ |
NfcAdapterExtras.java | 24 import android.os.RemoteException; 184 } catch (RemoteException e) { 203 } catch (RemoteException e) { 233 } catch (RemoteException e) { 249 } catch (RemoteException e) {
|
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/ |
BordeauxManagerService.java | 31 import android.os.RemoteException; 84 } catch (RemoteException e) { 97 } catch (RemoteException e) { 113 } catch (RemoteException e) { 128 } catch (RemoteException e) {
|
BordeauxPredictor.java | 21 import android.os.RemoteException; 59 } catch (RemoteException e) { 80 } catch (RemoteException e) { 101 } catch(RemoteException e) { 112 } catch (RemoteException e) {
|
/frameworks/base/core/java/android/bluetooth/ |
BluetoothPan.java | 26 import android.os.RemoteException; 137 } catch (RemoteException re) { 163 } catch (RemoteException re) { 188 public void onBluetoothStateChange(boolean on) throws RemoteException { 232 } catch (RemoteException e) { 273 } catch (RemoteException e) { 290 } catch (RemoteException e) { 307 } catch (RemoteException e) { 325 } catch (RemoteException e) { 338 } catch (RemoteException e) [all...] |
BluetoothA2dp.java | 27 import android.os.RemoteException; 153 } catch (RemoteException e) { 226 } catch (RemoteException e) { 267 } catch (RemoteException e) { 284 } catch (RemoteException e) { 301 } catch (RemoteException e) { 319 } catch (RemoteException e) { 353 } catch (RemoteException e) { 381 } catch (RemoteException e) { 401 } catch (RemoteException e) [all...] |
/frameworks/base/core/java/android/nfc/tech/ |
Ndef.java | 27 import android.os.RemoteException; 150 } catch (RemoteException e) { 159 public Ndef(Tag tag) throws RemoteException { 284 } catch (RemoteException e) { 330 } catch (RemoteException e) { 349 } catch (RemoteException e) { 398 } catch (RemoteException e) {
|
/frameworks/base/services/java/com/android/server/ |
CountryDetectorService.java | 33 import android.os.RemoteException; 112 public void addCountryListener(ICountryListener listener) throws RemoteException { 114 throw new RemoteException(); 123 public void removeCountryListener(ICountryListener listener) throws RemoteException { 125 throw new RemoteException(); 140 } catch (RemoteException e) { 162 } catch (RemoteException e) {
|
/frameworks/base/core/java/android/hardware/input/ |
InputManager.java | 29 import android.os.RemoteException; 212 } catch (RemoteException ex) { 244 } catch (RemoteException ex) { 347 } catch (RemoteException ex) { 369 } catch (RemoteException ex) { 390 } catch (RemoteException ex) { 420 } catch (RemoteException ex) { 440 } catch (RemoteException ex) { 469 } catch (RemoteException ex) { 497 } catch (RemoteException ex) [all...] |
/frameworks/base/core/java/android/nfc/ |
NfcAdapter.java | 38 import android.os.RemoteException; 397 } catch (RemoteException e) { 423 } catch (RemoteException e) { 430 } catch (RemoteException e) { 569 } catch (RemoteException ee) { 578 } catch (RemoteException ee) { 600 } catch (RemoteException e) { 622 } catch (RemoteException e) { 647 } catch (RemoteException e) { 675 } catch (RemoteException e) [all...] |
/frameworks/base/core/java/android/net/ |
NetworkPolicyManager.java | 28 import android.os.RemoteException; 84 } catch (RemoteException e) { 91 } catch (RemoteException e) { 99 } catch (RemoteException e) { 107 } catch (RemoteException e) { 114 } catch (RemoteException e) { 121 } catch (RemoteException e) { 128 } catch (RemoteException e) { 136 } catch (RemoteException e) { 143 } catch (RemoteException e) [all...] |
/frameworks/base/core/java/android/accounts/ |
AccountManager.java | 30 import android.os.RemoteException; 317 } catch (RemoteException e) { 343 } catch (RemoteException e) { 363 } catch (RemoteException e) { 384 } catch (RemoteException e) { 401 } catch (RemoteException re) { 418 } catch (RemoteException re) { 448 } catch (RemoteException e) { 468 } catch (RemoteException e) { 489 public void doWork() throws RemoteException { [all...] |
/frameworks/base/cmds/wm/src/com/android/commands/wm/ |
Wm.java | 24 import android.os.RemoteException; 98 } catch (RemoteException e) { 127 } catch (RemoteException e) { 142 } catch (RemoteException e) { 167 } catch (RemoteException e) { 193 } catch (RemoteException e) {
|
/frameworks/base/core/java/android/app/backup/ |
RestoreSession.java | 26 import android.os.RemoteException; 55 } catch (RemoteException e) { 83 } catch (RemoteException e) { 117 } catch (RemoteException e) { 147 } catch (RemoteException e) { 163 } catch (RemoteException e) {
|