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

<<11121314151617181920>>

  /frameworks/base/services/core/java/com/android/server/location/
PassiveProvider.java 31 import android.os.RemoteException;
104 } catch (RemoteException e) {
105 Log.e(TAG, "RemoteException calling reportLocation");
  /frameworks/base/services/core/java/com/android/server/media/
RemoteDisplayProviderProxy.java 28 import android.os.RemoteException;
344 } catch (RemoteException ex) {
358 } catch (RemoteException ex) {
366 } catch (RemoteException ex) {
374 } catch (RemoteException ex) {
382 } catch (RemoteException ex) {
390 } catch (RemoteException ex) {
435 public void onStateChanged(RemoteDisplayState state) throws RemoteException {
  /frameworks/base/services/core/java/com/android/server/wm/
KeyguardDisableHandler.java 25 import android.os.RemoteException;
97 } catch (RemoteException re) {
  /frameworks/opt/vcard/java/com/android/vcard/
VCardEntryCommitter.java 23 import android.os.RemoteException;
91 } catch (RemoteException e) {
  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/
EncryptDeviceActivity.java 27 import android.os.RemoteException;
82 } catch (RemoteException e) {
  /packages/apps/OMA-DM/plugins/testplugin/src/com/android/example/testplugin/
InjectSoapPackageActivity.java 27 import android.os.RemoteException;
184 } catch (RemoteException e) {
StartClientSessionActivity.java 26 import android.os.RemoteException;
58 } catch (RemoteException e) {
  /packages/apps/Settings/src/com/android/settings/
MonitoringCertInfoActivity.java 28 import android.os.RemoteException;
71 } catch (RemoteException e) {
  /packages/apps/Settings/src/com/android/settings/inputmethod/
UserDictionaryAddWordActivity.java 26 import android.os.RemoteException;
86 } catch (RemoteException e) {
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/
ActivityTransitionBitmapHelper.java 22 import android.os.RemoteException;
71 } catch (RemoteException e) {
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsUpgradeReceiver.java 26 import android.os.RemoteException;
81 } catch (RemoteException e) {
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaUpgradeReceiver.java 27 import android.os.RemoteException;
69 } catch (RemoteException e) {
  /packages/services/Telecomm/src/com/android/server/telecom/
PhoneStateBroadcaster.java 19 import android.os.RemoteException;
98 } catch (RemoteException e) {
99 Log.w(this, "RemoteException when notifying TelephonyRegistry of call state change.");
  /frameworks/base/core/java/android/bluetooth/
BluetoothAvrcpController.java 24 import android.os.RemoteException;
113 } catch (RemoteException e) {
168 } catch (RemoteException e) {
185 } catch (RemoteException e) {
203 } catch (RemoteException e) {
218 } catch (RemoteException e) {
BluetoothPbap.java 23 import android.os.RemoteException;
152 } catch (RemoteException e) {
218 } catch (RemoteException e) {Log.e(TAG, e.toString());}
237 } catch (RemoteException e) {Log.e(TAG, e.toString());}
255 } catch (RemoteException e) {Log.e(TAG, e.toString());}
274 } catch (RemoteException e) {Log.e(TAG, e.toString());}
  /frameworks/base/core/java/android/bluetooth/le/
BluetoothLeScanner.java 28 import android.os.RemoteException;
118 } catch (RemoteException e) {
241 } catch (InterruptedException | RemoteException e) {
263 } catch (RemoteException e) {
278 } catch (RemoteException e) {
301 } catch (RemoteException e) {
  /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) {
RestrictionsManager.java 28 import android.os.RemoteException;
416 } catch (RemoteException re) {
433 } catch (RemoteException re) {
471 } catch (RemoteException re) {
481 } catch (RemoteException re) {
513 } catch (RemoteException re) {
  /frameworks/base/core/java/android/net/
VpnService.java 34 import android.os.RemoteException;
160 } catch (RemoteException e) {
228 } catch (RemoteException e) {
258 } catch (RemoteException e) {
538 } catch (RemoteException e) {
687 } 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;
162 } catch (RemoteException e) {
187 } catch (RemoteException e) {
253 } catch (RemoteException e) {
383 } catch (RemoteException e) {
407 } catch (RemoteException e) {
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/renderer/
PdfManipulationService.java 30 import android.os.RemoteException;
81 public int openDocument(ParcelFileDescriptor source) throws RemoteException {
211 public int openDocument(ParcelFileDescriptor source) throws RemoteException {
223 throw new RemoteException(e.toString());
249 public void write(ParcelFileDescriptor destination) throws RemoteException {
260 throw new RemoteException(e.toString());
  /frameworks/base/services/core/java/com/android/server/dreams/
DreamController.java 26 import android.os.RemoteException;
128 } catch (RemoteException ex) {
176 } catch (RemoteException ex) {
201 } catch (RemoteException ex) {
219 } catch (RemoteException ex) {
238 } catch (RemoteException ex) {
  /frameworks/base/tests/OneMedia/src/com/android/onemedia/
PlayerController.java 27 import android.os.RemoteException;
99 } catch (RemoteException e) {
121 } catch (RemoteException e) {
131 } catch (RemoteException e) {
144 } catch (RemoteException e) {
182 } catch (RemoteException e) {
  /frameworks/base/core/java/android/app/
WallpaperManager.java 47 import android.os.RemoteException;
306 } catch (RemoteException e) {
636 } catch (RemoteException e) {
731 } catch (RemoteException e) {
768 } catch (RemoteException e) {
807 } catch (RemoteException e) {
835 } catch (RemoteException e) {
    [all...]

Completed in 1223 milliseconds

<<11121314151617181920>>