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

1 23 4 5 6 7 8 91011>>

  /frameworks/base/core/java/android/nfc/tech/
NfcV.java 21 import android.os.RemoteException;
58 } catch (RemoteException e) {
64 public NfcV(Tag tag) throws RemoteException {
BasicTagTechnology.java 22 import android.os.RemoteException;
38 BasicTagTechnology(Tag tag, int tech) throws RemoteException {
64 } catch (RemoteException e) {
87 } catch (RemoteException e) {
108 } catch (RemoteException e) {
124 } catch (RemoteException e) {
136 } catch (RemoteException e) {
153 } catch (RemoteException e) {
  /frameworks/base/core/java/android/security/
IKeystoreService.java 23 import android.os.RemoteException;
48 public int test() throws RemoteException {
64 public byte[] get(String name) throws RemoteException {
81 public int insert(String name, byte[] item, int uid, int flags) throws RemoteException {
101 public int del(String name, int uid) throws RemoteException {
119 public int exist(String name, int uid) throws RemoteException {
137 public String[] saw(String name, int uid) throws RemoteException {
164 public int reset() throws RemoteException {
180 public int password(String password) throws RemoteException {
197 public int lock() throws RemoteException {
    [all...]
  /frameworks/base/core/java/android/os/
ServiceManager.java 57 } catch (RemoteException e) {
73 } catch (RemoteException e) {
90 } catch (RemoteException e) {
107 } catch (RemoteException e) {
116 public static String[] listServices() throws RemoteException {
119 } catch (RemoteException e) {
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyRotationEvent.java 20 import android.os.RemoteException;
58 } catch (RemoteException ex) {
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowMessenger.java 11 import android.os.RemoteException;
23 public void send(Message message) throws RemoteException {
  /frameworks/base/core/java/android/content/
ClipboardManager.java 21 import android.os.RemoteException;
126 } catch (RemoteException e) {
136 } catch (RemoteException e) {
148 } catch (RemoteException e) {
159 } catch (RemoteException e) {
170 } catch (RemoteException e) {
184 } catch (RemoteException e) {
217 } catch (RemoteException e) {
  /frameworks/base/core/java/com/android/internal/app/
DisableCarModeActivity.java 23 import android.os.RemoteException;
37 } catch (RemoteException e) {
  /frameworks/base/core/tests/coretests/src/android/app/activity/
LocalDeniedReceiver.java 22 import android.os.RemoteException;
38 } catch (RemoteException ex) {
LocalGrantedReceiver.java 22 import android.os.RemoteException;
38 } catch (RemoteException ex) {
RemoteDeniedReceiver.java 22 import android.os.RemoteException;
38 } catch (RemoteException ex) {
RemoteGrantedReceiver.java 22 import android.os.RemoteException;
38 } catch (RemoteException ex) {
  /frameworks/base/telephony/java/android/telephony/
TelephonyManager.java 26 import android.os.RemoteException;
271 } catch (RemoteException ex) {
288 } catch (RemoteException ex) {
318 } catch (RemoteException ex) {
337 } catch (RemoteException ex) {
354 } catch (RemoteException ex) {
373 } catch (RemoteException ex) {
409 } catch (RemoteException ex) {
694 } catch(RemoteException ex) {
717 } catch(RemoteException ex)
    [all...]
  /external/robolectric/src/main/java/android/os/
ShadowBinderBridge.java 13 public boolean onTransact(int code, Parcel data, Parcel reply, int flags) throws RemoteException {
  /frameworks/base/cmds/svc/src/com/android/commands/svc/
PowerCommand.java 22 import android.os.RemoteException;
77 catch (RemoteException e) {
89 } catch (RemoteException e) {
97 } catch (RemoteException e) {
  /frameworks/base/core/java/android/accounts/
AccountAuthenticatorResponse.java 22 import android.os.RemoteException;
53 } catch (RemoteException e) {
64 } catch (RemoteException e) {
75 } catch (RemoteException e) {
  /frameworks/base/core/java/android/hardware/
ConsumerIrManager.java 20 import android.os.RemoteException;
62 } catch (RemoteException e) {
86 } catch (RemoteException e) {
151 } catch (RemoteException e) {
  /frameworks/base/location/java/android/location/
CountryDetector.java 23 import android.os.RemoteException;
107 } catch (RemoteException e) {
108 Log.e(TAG, "detectCountry: RemoteException", e);
129 } catch (RemoteException e) {
130 Log.e(TAG, "addCountryListener: RemoteException", e);
146 } catch (RemoteException e) {
147 Log.e(TAG, "removeCountryListener: RemoteException", e);
  /frameworks/base/media/java/android/media/
AudioManager.java 34 import android.os.RemoteException;
474 } catch (RemoteException e) {
599 } catch (RemoteException e) {
629 } catch (RemoteException e) {
660 } catch (RemoteException e) {
678 } catch (RemoteException e) {
694 } catch (RemoteException e) {
730 } catch (RemoteException e) {
752 } catch (RemoteException e) {
771 } catch (RemoteException e)
    [all...]
MediaInserter.java 22 import android.os.RemoteException;
50 public void insert(Uri tableUri, ContentValues values) throws RemoteException {
54 public void insertwithPriority(Uri tableUri, ContentValues values) throws RemoteException {
58 private void insert(Uri tableUri, ContentValues values, boolean priority) throws RemoteException {
72 public void flushAll() throws RemoteException {
81 private void flushAllPriority() throws RemoteException {
89 private void flush(Uri tableUri, List<ContentValues> list) throws RemoteException {
  /frameworks/base/test-runner/src/android/test/mock/
MockContentProvider.java 35 import android.os.RemoteException;
58 throws RemoteException, OperationApplicationException {
64 throws RemoteException {
70 throws RemoteException {
75 public String getType(Uri url) throws RemoteException {
81 throws RemoteException {
88 throws RemoteException, FileNotFoundException {
95 throws RemoteException, FileNotFoundException {
102 String sortOrder, ICancellationSignal cancellationSignal) throws RemoteException {
109 String[] selectionArgs) throws RemoteException {
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/os/
ServiceManager.java 55 public static String[] listServices() throws RemoteException {
  /frameworks/testing/uiautomator/utils/SleepUtils/AlarmService/src/com/android/testing/alarmservice/
AlarmImpl.java 23 import android.os.RemoteException;
41 public int prepare() throws RemoteException {
48 public int setAlarmAndWait(long timeoutMills) throws RemoteException {
72 public int done() throws RemoteException {
  /frameworks/base/core/java/android/hardware/usb/
UsbManager.java 24 import android.os.RemoteException;
249 } catch (RemoteException e) {
250 Log.e(TAG, "RemoteException in getDeviceList", e);
294 } catch (RemoteException e) {
295 Log.e(TAG, "RemoteException in getAccessoryList", e);
309 } catch (RemoteException e) {
310 Log.e(TAG, "RemoteException in openAccessory", e);
327 } catch (RemoteException e) {
328 Log.e(TAG, "RemoteException in hasPermission", e);
345 } catch (RemoteException e)
    [all...]
  /frameworks/base/core/java/android/view/textservice/
TextServicesManager.java 24 import android.os.RemoteException;
123 } catch (RemoteException e) {
166 } catch (RemoteException e) {
182 } catch (RemoteException e) {
195 } catch (RemoteException e) {
209 } catch (RemoteException e) {
228 } catch (RemoteException e) {
246 } catch (RemoteException e) {
257 } catch (RemoteException e) {
268 } catch (RemoteException e)
    [all...]

Completed in 1053 milliseconds

1 23 4 5 6 7 8 91011>>