| /frameworks/base/core/java/android/bluetooth/ |
| BluetoothGatt.java | 21 import android.os.RemoteException; 162 } catch (RemoteException e) { 338 } catch (RemoteException e) { 399 } catch (RemoteException e) { 486 } catch (RemoteException e) { 540 } catch (RemoteException e) { 675 } catch (RemoteException e) { 694 } catch (RemoteException e) { 755 } catch (RemoteException e) { 774 } catch (RemoteException e) [all...] |
| /frameworks/base/services/core/java/com/android/server/clipboard/ |
| ClipboardService.java | 43 import android.os.RemoteException; 106 } catch (RemoteException e) { 127 throws RemoteException { 183 } catch (RemoteException e) { 209 } catch (RemoteException e) { 236 } catch (RemoteException e) { 318 } catch (RemoteException e) { 348 } catch (RemoteException e) { 377 } catch (RemoteException e) { 401 } catch (RemoteException e) [all...] |
| /frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/ |
| UiDevice.java | 24 import android.os.RemoteException; 337 * @throws RemoteException 340 public boolean pressRecentApps() throws RemoteException { 647 * @throws RemoteException 650 public void freezeRotation() throws RemoteException { 659 * @throws RemoteException 661 public void unfreezeRotation() throws RemoteException { 672 * @throws RemoteException 675 public void setOrientationLeft() throws RemoteException { 687 * @throws RemoteException [all...] |
| /frameworks/base/services/core/java/com/android/server/ |
| BluetoothManagerService.java | 42 import android.os.RemoteException; 141 public void onBluetoothStateChange(int prevState, int newState) throws RemoteException { 371 } catch (RemoteException e) { 477 } catch (RemoteException re) { 504 } catch (RemoteException e) { 522 } catch (RemoteException e) { 540 } catch (RemoteException e) { 561 } catch (RemoteException e) { 586 } catch (RemoteException e) { 694 } catch (RemoteException e) [all...] |
| /frameworks/base/services/core/java/com/android/server/connectivity/ |
| PacManager.java | 31 import android.os.RemoteException; 183 } catch (RemoteException e) { 255 } catch (RemoteException e) { 292 } catch (RemoteException e1) { 302 } catch (RemoteException e) { 327 public void setProxyPort(int port) throws RemoteException { 342 } catch (RemoteException e) {
|
| Nat464Xlat.java | 35 import android.os.RemoteException; 84 } catch(RemoteException e) {} // Well, we tried. 128 } catch(RemoteException e) { 142 } catch(RemoteException e) { 207 } catch(RemoteException e) {
|
| /frameworks/base/services/core/java/com/android/server/fingerprint/ |
| FingerprintService.java | 26 import android.os.RemoteException; 146 } catch (RemoteException e) { 156 } catch (RemoteException e) { 166 } catch (RemoteException e) { 179 } catch (RemoteException e) { 204 } catch (RemoteException e) { 265 } catch (RemoteException e) {
|
| /frameworks/base/services/print/java/com/android/server/print/ |
| RemotePrintService.java | 31 import android.os.RemoteException; 209 } catch (RemoteException re) { 237 } catch (RemoteException re) { 264 } catch (RemoteException re) { 297 } catch (RemoteException re) { 334 } catch (RemoteException re) { 366 } catch (RemoteException re) { 393 } catch (RemoteException re) { 425 } catch (RemoteException re) { 459 } catch (RemoteException re) [all...] |
| /frameworks/base/cmds/pm/src/com/android/commands/pm/ |
| Pm.java | 52 import android.os.RemoteException; 104 if (e instanceof RemoteException) { 110 public void run(String[] args) throws IOException, RemoteException { 396 } catch (RemoteException e) { 404 throws RemoteException { 441 } catch (RemoteException e) { 477 } catch (RemoteException e) { 534 } catch (RemoteException e) { 553 } catch (RemoteException e) { 640 } catch (RemoteException e) [all...] |
| /frameworks/base/core/java/android/hardware/camera2/ |
| CameraManager.java | 32 import android.os.RemoteException; 218 } catch (RemoteException e) { 307 } catch (RemoteException e) { 473 } catch (RemoteException e) { 500 } catch(RemoteException e) { 574 } catch (RemoteException e) { 594 } catch (RemoteException e) { 621 } catch (RemoteException e) { 751 public void onStatusChanged(int status, int cameraId) throws RemoteException { [all...] |
| /frameworks/base/services/core/java/com/android/server/power/ |
| ShutdownThread.java | 37 import android.os.RemoteException; 334 } catch (RemoteException e) { 351 public void onShutDownComplete(int statusCode) throws RemoteException { 416 } catch (RemoteException ex) { 417 Log.e(TAG, "RemoteException during NFC shutdown", ex); 427 } catch (RemoteException ex) { 428 Log.e(TAG, "RemoteException during bluetooth shutdown", ex); 438 } catch (RemoteException ex) { 439 Log.e(TAG, "RemoteException during radio shutdown", ex); 449 } catch (RemoteException ex) [all...] |
| /frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/ |
| SoundTriggerHelper.java | 35 import android.os.RemoteException; 192 } catch (RemoteException e) { 193 Slog.w(TAG, "RemoteException in onDetectionStopped", e); 414 } catch (RemoteException e) { 415 Slog.w(TAG, "RemoteException in onError", e); 439 } catch (RemoteException e) { 440 Slog.w(TAG, "RemoteException in onDetected", e); 456 } catch (RemoteException e) { 457 Slog.w(TAG, "RemoteException in onError", e); 490 } catch (RemoteException e) [all...] |
| /development/apps/Development/src/com/android/development/ |
| BadBehaviorActivity.java | 32 import android.os.RemoteException; 81 } catch (RemoteException e) { 143 } catch (RemoteException e) { 222 } catch (RemoteException e) { 237 } catch (RemoteException e) {
|
| /external/javassist/src/main/javassist/tools/rmi/ |
| ObjectImporter.java | 65 * into <code>RemoteException</code>. Since this exception is a subclass 71 * @see javassist.tools.rmi.RemoteException 202 throws RemoteException 258 throw new RemoteException(e); 261 throw new RemoteException(e); 264 throw new RemoteException(e); 270 throw new RemoteException(errmsg);
|
| /frameworks/base/cmds/ime/src/com/android/commands/ime/ |
| Ime.java | 21 import android.os.RemoteException; 109 } catch (RemoteException e) { 117 } catch (RemoteException e) { 158 } catch (RemoteException e) { 179 } catch (RemoteException e) {
|
| /frameworks/base/core/java/android/accessibilityservice/ |
| AccessibilityService.java | 25 import android.os.RemoteException; 527 } catch (RemoteException re) { 575 } catch (RemoteException re) { 608 } catch (RemoteException re) { 769 } catch (RemoteException re) {
|
| /frameworks/base/core/java/android/nfc/tech/ |
| MifareClassic.java | 22 import android.os.RemoteException; 139 } catch (RemoteException e) { 145 public MifareClassic(Tag tag) throws RemoteException { 607 } catch (RemoteException e) { 622 } catch (RemoteException e) {
|
| /frameworks/base/core/java/android/os/ |
| DropBoxManager.java | 269 try { mService.add(new Entry(tag, 0, data)); } catch (RemoteException e) {} 281 try { mService.add(new Entry(tag, 0, data, flags)); } catch (RemoteException e) {} 298 } catch (RemoteException e) { 314 try { return mService.isTagEnabled(tag); } catch (RemoteException e) { return false; } 327 try { return mService.getNextEntry(tag, msec); } catch (RemoteException e) { return null; }
|
| /frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
| PhoneSubInfoController.java | 21 import android.os.RemoteException; 248 public String getIsimIst() throws RemoteException { 253 public String[] getIsimPcscf() throws RemoteException { 258 public String getIsimChallengeResponse(String nonce) throws RemoteException { 264 throws RemoteException {
|
| /packages/apps/Settings/src/com/android/settings/ |
| PrivacySettings.java | 28 import android.os.RemoteException; 144 } catch (RemoteException e) { 177 } catch (RemoteException e) { 206 } catch (RemoteException e) { 238 } catch (RemoteException e) {
|
| /packages/apps/SpareParts/src/com/android/spare_parts/ |
| SpareParts.java | 29 import android.os.RemoteException; 183 } catch (RemoteException e) { 191 } catch (RemoteException e) { 222 } catch (RemoteException e) { 230 } catch (RemoteException e) {
|
| /packages/services/Telecomm/src/com/android/server/telecom/ |
| ConnectionServiceWrapper.java | 26 import android.os.RemoteException; 481 public void onPostDialWait(String callId, String remaining) throws RemoteException { 608 } catch (RemoteException e) { 648 } catch (RemoteException e) { 675 } catch (RemoteException e) { 689 } catch (RemoteException e) { 701 } catch (RemoteException e) { 713 } catch (RemoteException e) { 725 } catch (RemoteException e) { 741 } catch (RemoteException e) [all...] |
| /frameworks/base/services/core/java/com/android/server/tv/ |
| TvInputManagerService.java | 69 import android.os.RemoteException; 232 } catch (RemoteException | OperationApplicationException e) { 409 } catch (RemoteException e) { 421 } catch (RemoteException e) { 572 } catch (RemoteException e) { 585 } catch (RemoteException e) { 599 } catch (RemoteException e) { 662 } catch (RemoteException e) { 674 } catch (RemoteException e) { 687 } catch (RemoteException e) [all...] |
| /packages/apps/Nfc/src/com/android/nfc/ |
| NfcService.java | 61 import android.os.RemoteException; 659 public boolean enable() throws RemoteException { 679 public boolean disable(boolean saveState) throws RemoteException { 724 public boolean isNdefPushEnabled() throws RemoteException { 731 public boolean enableNdefPush() throws RemoteException { 750 public boolean disableNdefPush() throws RemoteException { 856 public INfcTag getNfcTagInterface() throws RemoteException { 870 public int getState() throws RemoteException { [all...] |
| /frameworks/base/core/java/android/app/ |
| AppOpsManager.java | 28 import android.os.RemoteException; [all...] |