/frameworks/base/core/java/android/content/ |
IntentSender.java | 25 import android.os.RemoteException; 202 } catch (RemoteException e) { 215 } catch (RemoteException e) { 234 } catch (RemoteException e) { 253 } catch (RemoteException e) { 275 } catch (RemoteException e) {
|
/frameworks/base/core/java/android/printservice/ |
PrinterDiscoverySession.java | 20 import android.os.RemoteException; 116 } catch (RemoteException re) { 192 } catch (RemoteException re) { 253 } catch (RemoteException re) { 295 } catch (RemoteException re) { 315 } catch (RemoteException re) {
|
/frameworks/base/packages/Keyguard/src/com/android/keyguard/ |
FaceUnlock.java | 33 import android.os.RemoteException; 164 } catch (RemoteException e) { 189 } catch (RemoteException e) { 255 } catch (RemoteException e) { 385 } catch (RemoteException e) { 409 } catch (RemoteException e) {
|
/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/java/com/android/server/ |
BluetoothManagerService.java | 42 import android.os.RemoteException; 140 public void onBluetoothStateChange(int prevState, int newState) throws RemoteException { 352 } catch (RemoteException e) { 458 } catch (RemoteException re) { 485 } catch (RemoteException e) { 503 } catch (RemoteException e) { 521 } catch (RemoteException e) { 542 } catch (RemoteException e) { 567 } catch (RemoteException e) { 674 } catch (RemoteException e) [all...] |
LockSettingsService.java | 36 import android.os.RemoteException; 151 } catch (RemoteException re) { 178 public void setBoolean(String key, boolean value, int userId) throws RemoteException { 185 public void setLong(String key, long value, int userId) throws RemoteException { 192 public void setString(String key, String value, int userId) throws RemoteException { 199 public boolean getBoolean(String key, boolean defaultValue, int userId) throws RemoteException { 208 public long getLong(String key, long defaultValue, int userId) throws RemoteException { 216 public String getString(String key, String defaultValue, int userId) throws RemoteException { 249 public boolean havePassword(int userId) throws RemoteException { 256 public boolean havePattern(int userId) throws RemoteException { [all...] |
/frameworks/base/core/java/android/app/ |
WallpaperManager.java | 46 import android.os.RemoteException; 307 } catch (RemoteException e) { 334 } catch (RemoteException e) { 648 } catch (RemoteException e) { 739 } catch (RemoteException e) { 776 } catch (RemoteException e) { 815 } catch (RemoteException e) { [all...] |
SearchManager.java | 32 import android.os.RemoteException; 584 } catch (RemoteException ex) { 596 } catch (RemoteException ex) { 614 } catch (RemoteException ex) { 752 } catch (RemoteException ex) { [all...] |
/frameworks/base/services/java/com/android/server/connectivity/ |
PacManager.java | 32 import android.os.RemoteException; 186 } catch (RemoteException e) { 258 } catch (RemoteException e) { 295 } catch (RemoteException e1) { 305 } catch (RemoteException e) { 330 public void setProxyPort(int port) throws RemoteException { 345 } catch (RemoteException e) {
|
/frameworks/base/core/java/android/bluetooth/ |
BluetoothGatt.java | 31 import android.os.RemoteException; 149 } catch (RemoteException e) { 324 } catch (RemoteException e) { 380 } catch (RemoteException e) { 461 } catch (RemoteException e) { 509 } catch (RemoteException e) { 629 } catch (RemoteException e) { 648 } catch (RemoteException e) { 709 } catch (RemoteException e) { 728 } catch (RemoteException e) [all...] |
/frameworks/base/services/java/com/android/server/print/ |
RemotePrintService.java | 31 import android.os.RemoteException; 217 } catch (RemoteException re) { 245 } catch (RemoteException re) { 272 } catch (RemoteException re) { 305 } catch (RemoteException re) { 342 } catch (RemoteException re) { 370 } catch (RemoteException re) { 397 } catch (RemoteException re) { 429 } catch (RemoteException re) { 463 } catch (RemoteException re) [all...] |
/frameworks/base/core/java/android/hardware/camera2/impl/ |
CameraDevice.java | 31 import android.os.RemoteException; 214 } catch (RemoteException e) { 239 } catch (RemoteException e) { 290 } catch (RemoteException e) { 346 } catch (RemoteException e) { 367 } catch (RemoteException e) { 388 } catch (RemoteException e) { 405 } catch (RemoteException e) { 574 throws RemoteException {
|
/frameworks/base/services/java/com/android/server/power/ |
ShutdownThread.java | 36 import android.os.RemoteException; 327 } catch (RemoteException e) { 336 public void onShutDownComplete(int statusCode) throws RemoteException { 401 } catch (RemoteException ex) { 402 Log.e(TAG, "RemoteException during NFC shutdown", ex); 412 } catch (RemoteException ex) { 413 Log.e(TAG, "RemoteException during bluetooth shutdown", ex); 423 } catch (RemoteException ex) { 424 Log.e(TAG, "RemoteException during radio shutdown", ex); 434 } catch (RemoteException ex) [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; 475 } catch (RemoteException re) { 498 } catch (RemoteException re) { 531 } catch (RemoteException re) { 683 } 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 | 272 try { mService.add(new Entry(tag, 0, data)); } catch (RemoteException e) {} 284 try { mService.add(new Entry(tag, 0, data, flags)); } catch (RemoteException e) {} 301 } catch (RemoteException e) { 317 try { return mService.isTagEnabled(tag); } catch (RemoteException e) { return false; } 330 try { return mService.getNextEntry(tag, msec); } catch (RemoteException e) { return null; }
|
/frameworks/base/services/java/com/android/server/dreams/ |
DreamController.java | 26 import android.os.RemoteException; 109 } catch (RemoteException ex) { 157 } catch (RemoteException ex) { 175 } catch (RemoteException ex) { 191 } catch (RemoteException ex) {
|
/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) {
|
/cts/tests/tests/os/src/android/os/cts/ |
TokenWatcherTest.java | 27 import android.os.RemoteException; 109 public void testTokenWatcher() throws RemoteException, InterruptedException { 140 public void testCleanUp() throws RemoteException, InterruptedException {
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
MessengerServiceActivities.java | 16 import android.os.RemoteException; 88 } catch (RemoteException e) { 132 } catch (RemoteException e) {
|
/external/chromium_org/third_party/eyesfree/src/android/java/src/com/googlecode/eyesfree/braille/selfbraille/ |
SelfBrailleClient.java | 30 import android.os.RemoteException; 117 } catch (RemoteException ex) { 141 } catch (RemoteException ex) {
|
/frameworks/base/core/java/android/content/pm/ |
ParceledListSlice.java | 23 import android.os.RemoteException; 80 } catch (RemoteException e) { 132 throws RemoteException {
|