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

1 2 3 4 5 67 8 91011>>

  /frameworks/base/core/java/android/os/storage/
IObbActionListener.java 23 import android.os.RemoteException;
62 throws RemoteException {
107 throws RemoteException {
135 public void onObbResult(String filename, int nonce, int status) throws RemoteException;
  /frameworks/base/core/java/com/android/internal/view/
BaseIWindow.java 23 import android.os.RemoteException;
42 } catch (RemoteException e) {
76 } catch (RemoteException e) {
97 } catch (RemoteException e) {
  /frameworks/base/nfc-extras/java/com/android/nfc_extras/
NfcExecutionEnvironment.java 23 import android.os.RemoteException;
170 } catch (RemoteException e) {
187 } catch (RemoteException e) {
205 } catch (RemoteException e) {
NfcAdapterExtras.java 24 import android.os.RemoteException;
184 } catch (RemoteException e) {
203 } catch (RemoteException e) {
233 } catch (RemoteException e) {
249 } catch (RemoteException e) {
  /frameworks/base/services/tests/servicestests/src/com/android/server/
CountryDetectorServiceTest.java 23 import android.os.RemoteException;
31 public void onCountryDetected(Country country) throws RemoteException {
67 public void testAddRemoveListener() throws RemoteException {
78 public void testNotifyListeners() throws RemoteException {
  /packages/apps/KeyChain/support/src/com/android/keychain/tests/support/
KeyChainServiceTestSupport.java 22 import android.os.RemoteException;
52 throws RemoteException {
58 throws RemoteException {
71 throws RemoteException {
  /frameworks/base/media/java/android/media/session/
MediaController.java 34 import android.os.RemoteException;
137 } catch (RemoteException e) {
151 } catch (RemoteException e) {
165 } catch (RemoteException e) {
183 } catch (RemoteException e) {
195 } catch (RemoteException e) {
207 } catch (RemoteException e) {
230 } catch (RemoteException e) {
244 } catch (RemoteException e) {
261 } catch (RemoteException e)
    [all...]
  /frameworks/base/core/java/android/os/
CancellationSignal.java 82 } catch (RemoteException ex) {
151 } catch (RemoteException ex) {
205 public void cancel() throws RemoteException {
UpdateLock.java 117 } catch (RemoteException e) {
141 } catch (RemoteException e) {
160 } catch (RemoteException e) {
  /frameworks/base/location/lib/java/com/android/location/provider/
FusedLocationHardware.java 27 import android.os.RemoteException;
90 } catch(RemoteException e) {
91 Log.e(TAG, "RemoteException at registerSink");
120 } catch(RemoteException e) {
121 Log.e(TAG, "RemoteException at unregisterSink");
129 } catch(RemoteException e) {
130 Log.e(TAG, "RemoteException at getSupportedBatchSize");
138 } catch(RemoteException e) {
139 Log.e(TAG, "RemoteException at startBatching");
146 } catch(RemoteException e)
    [all...]
  /frameworks/base/telecomm/java/android/telecom/
RemoteConnectionManager.java 20 import android.os.RemoteException;
48 } catch (RemoteException ignored) {
80 } catch (RemoteException e) {
  /frameworks/opt/net/ims/src/java/com/android/ims/
ImsEcbm.java 38 import android.os.RemoteException;
66 } catch (RemoteException e) {
75 } catch (RemoteException e) {
  /packages/apps/Email/src/com/android/email/mail/store/
ServiceStore.java 21 import android.os.RemoteException;
72 } catch (RemoteException e) {
85 } catch (RemoteException e) {
  /frameworks/base/media/java/android/media/
AudioManager.java 41 import android.os.RemoteException;
771 } catch (RemoteException e) {
804 } catch (RemoteException e) {
838 } catch (RemoteException e) {
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothHeadsetClient.java 25 import android.os.RemoteException;
415 } catch (RemoteException e) {
485 } catch (RemoteException e) {
509 } catch (RemoteException e) {
529 } catch (RemoteException e) {
552 } catch (RemoteException e) {
574 } catch (RemoteException e) {
598 } catch (RemoteException e) {
616 } catch (RemoteException e) {
644 } catch (RemoteException e)
    [all...]
BluetoothPan.java 26 import android.os.RemoteException;
136 } catch (RemoteException re) {
163 } catch (RemoteException re) {
188 public void onBluetoothStateChange(boolean on) throws RemoteException {
232 } catch (RemoteException e) {
273 } catch (RemoteException e) {
290 } catch (RemoteException e) {
307 } catch (RemoteException e) {
325 } catch (RemoteException e) {
338 } catch (RemoteException e)
    [all...]
  /frameworks/base/core/java/android/app/
ApplicationPackageManager.java 60 import android.os.RemoteException;
110 } catch (RemoteException e) {
121 } catch (RemoteException e) {
130 } catch (RemoteException e) {
189 } catch (RemoteException e) {
204 } catch (RemoteException e) {
219 } catch (RemoteException e) {
234 } catch (RemoteException e) {
249 } catch (RemoteException e) {
260 } catch (RemoteException e)
    [all...]
Service.java 26 import android.os.RemoteException;
569 } catch (RemoteException ex) {
601 } catch (RemoteException ex) {
654 } catch (RemoteException ex) {
671 } catch (RemoteException ex) {
    [all...]
  /frameworks/base/core/java/android/hardware/input/
InputManager.java 32 import android.os.RemoteException;
215 } catch (RemoteException ex) {
247 } catch (RemoteException ex) {
350 } catch (RemoteException ex) {
372 } catch (RemoteException ex) {
390 } catch (RemoteException ex) {
421 } catch (RemoteException ex) {
441 } catch (RemoteException ex) {
470 } catch (RemoteException ex) {
498 } catch (RemoteException ex)
    [all...]
  /frameworks/base/libs/usb/src/com/android/future/usb/
UsbManager.java 26 import android.os.RemoteException;
117 } catch (RemoteException e) {
118 Log.e(TAG, "RemoteException in getAccessoryList" , e);
135 } catch (RemoteException e) {
136 Log.e(TAG, "RemoteException in openAccessory" , e);
156 } catch (RemoteException e) {
157 Log.e(TAG, "RemoteException in hasPermission", e);
182 } catch (RemoteException e) {
183 Log.e(TAG, "RemoteException in requestPermission", e);
  /frameworks/base/location/java/android/location/
Geocoder.java 21 import android.os.RemoteException;
64 } catch (RemoteException e) {
65 Log.e(TAG, "isPresent: got RemoteException", e);
140 } catch (RemoteException e) {
141 Log.e(TAG, "getFromLocation: got RemoteException", e);
182 } catch (RemoteException e) {
183 Log.e(TAG, "getFromLocationName: got RemoteException", e);
255 } catch (RemoteException e) {
256 Log.e(TAG, "getFromLocationName: got RemoteException", e);
  /frameworks/ml/bordeaux/service/src/android/bordeaux/services/
BordeauxManagerService.java 31 import android.os.RemoteException;
84 } catch (RemoteException e) {
97 } catch (RemoteException e) {
113 } catch (RemoteException e) {
128 } catch (RemoteException e) {
BordeauxPredictor.java 21 import android.os.RemoteException;
59 } catch (RemoteException e) {
80 } catch (RemoteException e) {
101 } catch(RemoteException e) {
112 } catch (RemoteException e) {
  /frameworks/base/cmds/media/src/com/android/commands/media/
Media.java 33 import android.os.RemoteException;
103 } catch (RemoteException e) {
126 } catch (RemoteException e) {
206 public void onQueueChanged(ParceledListSlice queue) throws RemoteException {
212 public void onQueueTitleChanged(CharSequence title) throws RemoteException {
217 public void onExtrasChanged(Bundle extras) throws RemoteException {
222 public void onVolumeInfoChanged(ParcelableVolumeInfo info) throws RemoteException {
230 } catch (RemoteException e) {
236 void run() throws RemoteException {
243 } catch (RemoteException e)
    [all...]
  /frameworks/base/core/java/android/nfc/tech/
Ndef.java 26 import android.os.RemoteException;
149 } catch (RemoteException e) {
158 public Ndef(Tag tag) throws RemoteException {
285 } catch (RemoteException e) {
331 } catch (RemoteException e) {
350 } catch (RemoteException e) {
399 } catch (RemoteException e) {

Completed in 1576 milliseconds

1 2 3 4 5 67 8 91011>>