HomeSort by relevance Sort by last modified time
    Searched refs:RemoteException (Results 176 - 200 of 687) sorted by null

1 2 3 4 5 6 78 91011>>

  /frameworks/base/core/java/android/bluetooth/
BluetoothHealth.java 25 import android.os.RemoteException;
184 } catch (RemoteException e) {
208 } catch (RemoteException e) {
237 } catch (RemoteException e) {
266 } catch (RemoteException e) {
295 } catch (RemoteException e) {
324 } catch (RemoteException e) {
354 } catch (RemoteException e) {
382 } catch (RemoteException e) {
414 } catch (RemoteException e)
    [all...]
BluetoothMap.java 25 import android.os.RemoteException;
98 } catch (RemoteException e) {
163 } catch (RemoteException e) {Log.e(TAG, e.toString());}
182 } catch (RemoteException e) {Log.e(TAG, e.toString());}
200 } catch (RemoteException e) {Log.e(TAG, e.toString());}
230 } catch (RemoteException e) {
269 } catch (RemoteException e) {
288 } catch (RemoteException e) {
308 } catch (RemoteException e) {
338 } catch (RemoteException e)
    [all...]
  /packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
LiveWallpaperPreview.java 31 import android.os.RemoteException;
104 } catch (RemoteException e) {
126 } catch (RemoteException e) {
138 } catch (RemoteException e) {
196 } catch (RemoteException e) {
221 } catch (RemoteException e) {
254 } catch (RemoteException e) {
273 } catch (RemoteException e) {
293 } catch (RemoteException e) {
299 } catch (RemoteException e)
    [all...]
  /frameworks/base/core/java/android/content/
ContentResolver.java 38 import android.os.RemoteException;
308 } catch (RemoteException e) {
326 } catch (RemoteException e) {
361 } catch (RemoteException e) {
490 } catch (RemoteException e) {
548 } catch (RemoteException e) {
583 } catch (RemoteException e) {
    [all...]
  /development/apps/SdkSetup/src/com/android/sdksetup/
DefaultActivity.java 26 import android.os.RemoteException;
57 } catch (RemoteException e) {
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyActivityEvent.java 23 import android.os.RemoteException;
71 } catch (RemoteException e) {
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
BatchOperation.java 24 import android.os.RemoteException;
73 } catch (final RemoteException e2) {
  /development/samples/VoiceRecognitionService/src/com/example/android/voicerecognitionservice/
VoiceRecognitionService.java 25 import android.os.RemoteException;
72 } catch (RemoteException e) {
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowBinder.java 5 import android.os.RemoteException;
21 public boolean transact(int code, Parcel data, Parcel reply, int flags) throws RemoteException {
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
ShadowBinderTest.java 5 import android.os.RemoteException;
36 protected boolean onTransact(int code, Parcel data, Parcel reply, int flags) throws RemoteException {
  /frameworks/base/core/java/android/os/
Binder.java 257 int flags) throws RemoteException {
356 int flags) throws RemoteException {
405 } catch (RemoteException e) {
441 public native String getInterfaceDescriptor() throws RemoteException;
443 int flags) throws RemoteException;
445 throws RemoteException;
448 public void dump(FileDescriptor fd, String[] args) throws RemoteException {
462 public void dumpAsync(FileDescriptor fd, String[] args) throws RemoteException {
  /frameworks/base/core/java/android/print/
PrinterDiscoverySession.java 24 import android.os.RemoteException;
70 } catch (RemoteException re) {
84 } catch (RemoteException re) {
99 } catch (RemoteException re) {
112 } catch (RemoteException re) {
124 } catch (RemoteException re) {
136 } catch (RemoteException re) {
188 } catch (RemoteException re) {
  /frameworks/base/core/java/android/printservice/
PrintDocument.java 20 import android.os.RemoteException;
84 } catch (RemoteException re) {
  /frameworks/base/core/java/android/view/accessibility/
AccessibilityManager.java 30 import android.os.RemoteException;
204 } catch (RemoteException re) {
272 } catch (RemoteException re) {
293 } catch (RemoteException re) {
329 } catch (RemoteException re) {
356 } catch (RemoteException re) {
471 } catch (RemoteException re) {
486 } catch (RemoteException re) {
  /frameworks/base/core/java/com/android/internal/os/
TransferPipe.java 28 import android.os.RemoteException;
53 String[] args) throws RemoteException;
74 String prefix, String[] args) throws IOException, RemoteException {
79 String prefix, String[] args, long timeout) throws IOException, RemoteException {
84 } catch (RemoteException e) {
99 String[] args) throws IOException, RemoteException {
104 String[] args, long timeout) throws IOException, RemoteException {
109 } catch (RemoteException e) {
  /frameworks/base/location/java/android/location/
LocationManager.java 25 import android.os.RemoteException;
297 } catch (RemoteException e) {
298 Log.e(TAG, "locationCallbackFinished: RemoteException", e);
328 } catch (RemoteException e) {
329 Log.e(TAG, "RemoteException", e);
344 } catch (RemoteException e) {
345 Log.e(TAG, "RemoteException", e);
369 } catch (RemoteException e) {
370 Log.e(TAG, "RemoteException", e);
389 } catch (RemoteException e)
    [all...]
  /frameworks/base/packages/services/Proxy/src/com/android/proxyhandler/
ProxyService.java 24 import android.os.RemoteException;
65 public void getProxyPort(IBinder callback) throws RemoteException {
  /frameworks/base/services/java/com/android/server/
ShutdownActivity.java 25 import android.os.RemoteException;
57 } catch (RemoteException e) {
  /frameworks/base/services/java/com/android/server/location/
FusedProxy.java 26 import android.os.RemoteException;
124 } catch (RemoteException e) {
  /frameworks/base/telephony/java/android/telephony/
CellLocation.java 20 import android.os.RemoteException;
47 } catch (RemoteException ex) {
  /packages/apps/Music/src/com/android/music/
MusicBrowserActivity.java 27 import android.os.RemoteException;
77 } catch (RemoteException ex) {
  /packages/apps/Settings/src/com/android/settings/net/
SummaryForAllUidLoader.java 25 import android.os.RemoteException;
63 } catch (RemoteException e) {
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarUpgradeReceiver.java 26 import android.os.RemoteException;
73 } catch (RemoteException e) {
  /frameworks/base/core/java/android/view/inputmethod/
InputMethodManager.java 34 import android.os.RemoteException;
408 } catch (RemoteException e) {
447 } catch (RemoteException e) {
593 } catch (RemoteException e) {
601 } catch (RemoteException e) {
618 } catch (RemoteException e) {
626 } catch (RemoteException e) {
634 } catch (RemoteException e) {
643 } catch (RemoteException e) {
657 } catch (RemoteException e)
    [all...]
  /external/chromium_org/third_party/eyesfree/src/android/java/src/com/googlecode/eyesfree/braille/translate/
TranslatorManager.java 26 import android.os.RemoteException;
118 } catch (RemoteException ex) {
168 } catch (RemoteException ex) {
197 } catch (RemoteException ex) {
210 } catch (RemoteException ex) {

Completed in 860 milliseconds

1 2 3 4 5 6 78 91011>>