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

1 2 3 4 5 67 8 91011>>

  /frameworks/base/core/java/android/bluetooth/
BluetoothHeadset.java 26 import android.os.RemoteException;
271 } catch (RemoteException e) {
349 } catch (RemoteException e) {
390 } catch (RemoteException e) {
407 } catch (RemoteException e) {
424 } catch (RemoteException e) {
442 } catch (RemoteException e) {
476 } catch (RemoteException e) {
504 } catch (RemoteException e) {
540 } catch (RemoteException e)
    [all...]
BluetoothManager.java 20 import android.os.RemoteException;
135 } catch (RemoteException e) {
178 } catch (RemoteException e) {
214 } catch (RemoteException e) {
BluetoothAdapter.java 28 import android.os.RemoteException;
439 } catch (RemoteException e) {Log.e(TAG, "", e);}
497 } catch (RemoteException e) {
566 } catch (RemoteException e) {
597 } catch (RemoteException e) {
617 } catch (RemoteException e) {Log.e(TAG, "", e);}
644 } catch (RemoteException e) {Log.e(TAG, "", e);}
683 } catch (RemoteException e) {Log.e(TAG, "", e);}
714 } catch (RemoteException e) {Log.e(TAG, "", e);}
732 } catch (RemoteException e) {Log.e(TAG, "", e);
    [all...]
BluetoothInputDevice.java 26 import android.os.RemoteException;
233 } catch (RemoteException e) {
301 } catch (RemoteException e) {
341 } catch (RemoteException e) {
358 } catch (RemoteException e) {
375 } catch (RemoteException e) {
392 } catch (RemoteException e) {
425 } catch (RemoteException e) {
452 } catch (RemoteException e) {
507 } catch (RemoteException e)
    [all...]
  /frameworks/base/core/java/android/os/
ServiceManagerNative.java 97 } catch (RemoteException e) {
118 public IBinder getService(String name) throws RemoteException {
130 public IBinder checkService(String name) throws RemoteException {
143 throws RemoteException {
155 public String[] listServices() throws RemoteException {
185 throws RemoteException {
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
CameraUtilsBinderDecoratorTest.java 23 import android.os.RemoteException;
60 int doSomethingThrowDeadObjectException() throws RemoteException;
62 int doSomethingThrowTransactionTooLargeException() throws RemoteException;
88 } catch (RemoteException e) {
158 } catch (RemoteException e) {
167 } catch (RemoteException e) {
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/
RemotePrintDocumentAdapter.java 22 import android.os.RemoteException;
62 } catch (RemoteException re) {
74 } catch (RemoteException re) {
115 } catch (RemoteException re) {
136 } catch (RemoteException re) {
147 } catch (RemoteException re) {
  /cts/tests/src/android/app/cts/
LocalService.java 24 import android.os.RemoteException;
48 int flags) throws RemoteException {
113 } catch (RemoteException e) {
  /frameworks/base/core/java/android/service/notification/
NotificationListenerService.java 117 } catch (android.os.RemoteException ex) {
136 } catch (android.os.RemoteException ex) {
150 } catch (android.os.RemoteException ex) {
  /frameworks/base/services/java/com/android/server/location/
GeocoderProxy.java 24 import android.os.RemoteException;
81 } catch (RemoteException e) {
98 } catch (RemoteException e) {
LocationProviderProxy.java 27 import android.os.RemoteException;
131 } catch (RemoteException e) {
166 } catch (RemoteException e) {
184 } catch (RemoteException e) {
210 } catch (RemoteException e) {
235 } catch (RemoteException e) {
236 pw.println("service down (RemoteException)");
252 } catch (RemoteException e) {
268 } catch (RemoteException e) {
284 } catch (RemoteException e)
    [all...]
  /frameworks/ml/bordeaux/service/src/android/bordeaux/services/
BordeauxClassifier.java 22 import android.os.RemoteException;
83 } catch (RemoteException e) {
96 } catch (RemoteException e) {
  /frameworks/opt/net/voip/src/java/android/net/sip/
SipManager.java 24 import android.os.RemoteException;
181 } catch (RemoteException e) {
225 } catch (RemoteException e) {
244 } catch (RemoteException e) {
259 } catch (RemoteException e) {
275 } catch (RemoteException e) {
296 } catch (RemoteException e) {
485 } catch (RemoteException e) {
510 } catch (RemoteException e) {
531 } catch (RemoteException e)
    [all...]
  /frameworks/testing/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/
UiAutomatorTestCase.java 21 import android.os.RemoteException;
124 private void setDummyIme() throws RemoteException {
141 private void restoreActiveIme() throws RemoteException {
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyNetworkMonitor.java 26 import android.os.RemoteException;
44 boolean ordered, boolean sticky, int sendingUser) throws RemoteException {
86 public void register(IActivityManager am) throws RemoteException {
91 public void unregister(IActivityManager am) throws RemoteException {
  /frameworks/base/core/java/android/app/
PendingIntent.java 25 import android.os.RemoteException;
270 } catch (RemoteException e) {
295 } catch (RemoteException e) {
411 } catch (RemoteException e) {
437 } catch (RemoteException e) {
490 } catch (RemoteException e) {
533 } catch (RemoteException e) {
555 } catch (RemoteException e) {
    [all...]
  /frameworks/base/services/java/com/android/server/print/
RemotePrintSpooler.java 26 import android.os.RemoteException;
115 } catch (RemoteException re) {
139 } catch (RemoteException re) {
162 } catch (RemoteException re) {
189 } catch (RemoteException re) {
214 } catch (RemoteException re) {
239 } catch (RemoteException re) {
264 } catch (RemoteException re) {
288 } catch (RemoteException re) {
330 } catch (RemoteException re)
    [all...]
  /frameworks/base/test-runner/src/android/test/
LaunchPerformanceBase.java 22 import android.os.RemoteException;
  /frameworks/testing/uiautomator/library/testrunner-src/com/android/uiautomator/core/
ShellUiAutomatorBridge.java 30 import android.os.RemoteException;
87 } catch (RemoteException e) {
102 } catch (RemoteException e) {
116 } catch (RemoteException e) {
  /frameworks/testing/uiautomator/utils/SleepUtils/SleepHelper/src/com/android/testing/sleephelper/
SetAlarm.java 28 import android.os.RemoteException;
123 } catch (RemoteException e) {
133 } catch (RemoteException e) {
146 } catch (RemoteException e) {
  /packages/providers/PartnerBookmarksProvider/tests/src/com/android/providers/partnerbookmarks/
PartnerBookmarksProviderTest.java 33 private int countBookmarksInFolder(long folderFilter) throws android.os.RemoteException {
75 public void testExactlyOneRoot() throws android.os.RemoteException {
86 public void testRootMustBeNonEmptyIfPresent() throws android.os.RemoteException {
96 throws android.os.RemoteException {
  /cts/tests/tests/os/src/android/os/cts/
MessengerTest.java 32 import android.os.RemoteException;
57 public String getInterfaceDescriptor() throws RemoteException {
65 public void linkToDeath(DeathRecipient recipient, int flags) throws RemoteException {
77 throws RemoteException {
85 public void dump(FileDescriptor fd, String[] args) throws RemoteException {
88 public void dumpAsync(FileDescriptor fd, String[] args) throws RemoteException {
135 public void testSend() throws RemoteException, InterruptedException {
212 } catch (RemoteException e) {
221 public void executeTest() throws RemoteException {
  /frameworks/base/core/java/android/database/
BulkCursorNative.java 24 import android.os.RemoteException;
58 throws RemoteException {
155 public CursorWindow getWindow(int position) throws RemoteException
177 public void onMove(int position) throws RemoteException {
192 public void deactivate() throws RemoteException
207 public void close() throws RemoteException
222 public int requery(IContentObserver observer) throws RemoteException {
246 public Bundle getExtras() throws RemoteException {
265 public Bundle respond(Bundle extras) throws RemoteException {
  /frameworks/base/core/java/android/hardware/location/
GeofenceHardware.java 19 import android.os.RemoteException;
163 } catch (RemoteException e) {
186 } catch (RemoteException e) {
256 } catch (RemoteException e) {
286 } catch (RemoteException e) {
316 } catch (RemoteException e) {
348 } catch (RemoteException e) {
380 } catch (RemoteException e) {
411 } catch (RemoteException e) {
  /frameworks/base/core/java/android/appwidget/
AppWidgetHost.java 30 import android.os.RemoteException;
165 catch (RemoteException e) {
186 catch (RemoteException e) {
207 catch (RemoteException e) {
225 } catch (RemoteException e) {
241 } catch (RemoteException e) {
267 catch (RemoteException e) {
284 } catch (RemoteException e) {
301 catch (RemoteException e) {
326 catch (RemoteException e)
    [all...]

Completed in 766 milliseconds

1 2 3 4 5 67 8 91011>>