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

<<11121314151617181920>>

  /frameworks/base/core/java/android/bluetooth/
BluetoothAdapter.java 33 import android.os.RemoteException;
416 } catch (RemoteException e) {Log.e(TAG, "", e);}
508 } catch (RemoteException e) {Log.e(TAG, "", e);}
535 } catch (RemoteException e) {Log.e(TAG, "", e);}
574 } catch (RemoteException e) {Log.e(TAG, "", e);}
605 } catch (RemoteException e) {Log.e(TAG, "", e);}
623 } catch (RemoteException e) {Log.e(TAG, "", e);}
637 } catch (RemoteException e) {Log.e(TAG, "", e);}
651 } catch (RemoteException e) {Log.e(TAG, "", e);}
670 } catch (RemoteException e) {Log.e(TAG, "", e);
    [all...]
  /prebuilts/sdk/16/
uiautomator.jar 
  /frameworks/base/core/java/android/bluetooth/le/
BluetoothLeAdvertiser.java 28 import android.os.RemoteException;
132 } catch (RemoteException e) {
263 } catch (InterruptedException | RemoteException e) {
277 } catch (RemoteException e) {
289 } catch (InterruptedException | RemoteException e) {
314 } catch (RemoteException e) {
344 } catch (RemoteException e) {
  /frameworks/base/services/restrictions/java/com/android/server/restrictions/
RestrictionsManagerService.java 45 import android.os.RemoteException;
86 public Bundle getApplicationRestrictions(String packageName) throws RemoteException {
91 public boolean hasRestrictionsProvider() throws RemoteException {
108 final PersistableBundle requestData) throws RemoteException {
142 public Intent createLocalApprovalIntent() throws RemoteException {
176 throws RemoteException {
211 } catch (RemoteException re) {
  /packages/apps/Exchange/src/com/android/exchange/adapter/
AbstractSyncAdapter.java 27 import android.os.RemoteException;
178 throws RemoteException, OperationApplicationException {
209 throws RemoteException, OperationApplicationException {
226 final ContentProviderResult[] result, final int offset) throws RemoteException {
245 * RemoteException, which the caller will likely re-throw as an IOException so that the sync
252 final String authority, final ArrayList<Operation> ops) throws RemoteException {
274 } catch (RemoteException e1) {
287 } catch (RemoteException e) {
  /frameworks/base/core/java/android/os/
Binder.java 276 int flags) throws RemoteException {
375 int flags) throws RemoteException {
447 } catch (RemoteException e) {
494 public boolean transact(int code, Parcel data, Parcel reply, int flags) throws RemoteException {
499 public native String getInterfaceDescriptor() throws RemoteException;
501 int flags) throws RemoteException;
503 throws RemoteException;
506 public void dump(FileDescriptor fd, String[] args) throws RemoteException {
520 public void dumpAsync(FileDescriptor fd, String[] args) throws RemoteException {
SystemClock.java 151 } catch (RemoteException e) {
  /frameworks/base/packages/Keyguard/test/src/com/android/keyguard/test/
KeyguardTestActivity.java 33 import android.os.RemoteException;
73 public void onShown(IBinder windowToken) throws RemoteException {
81 public void onKeyguardExitResult(final boolean success) throws RemoteException {
108 } catch (RemoteException e) {
114 // } catch (RemoteException e) {
236 } catch (RemoteException e) {
272 } catch (RemoteException e) {
279 } catch (RemoteException e) {
291 } catch (RemoteException e) {
303 } catch (RemoteException e)
    [all...]
  /frameworks/base/cmds/dpm/src/com/android/commands/dpm/
Dpm.java 22 import android.os.RemoteException;
82 private void runSetDeviceOwner() throws RemoteException {
101 private void runSetProfileOwner() throws RemoteException {
  /frameworks/base/core/java/android/accounts/
AbstractAccountAuthenticator.java 20 import android.os.RemoteException;
120 throws RemoteException {
144 Account account, Bundle options) throws RemoteException {
167 throws RemoteException {
189 throws RemoteException {
213 String authTokenType, Bundle loginOptions) throws RemoteException {
238 String accountType) throws RemoteException {
252 Account account, String[] features) throws RemoteException {
266 Account account) throws RemoteException {
280 Account account) throws RemoteException {
    [all...]
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DocumentsApplication.java 29 import android.os.RemoteException;
54 ContentResolver resolver, String authority) throws RemoteException {
58 throw new RemoteException("Failed to acquire provider for " + authority);
  /frameworks/base/services/accessibility/java/com/android/server/accessibility/
DisplayAdjustmentUtils.java 24 import android.os.RemoteException;
132 } catch (RemoteException ex) {
161 } catch (RemoteException ex) {
  /frameworks/base/services/core/java/com/android/server/
UpdateLockService.java 26 import android.os.RemoteException;
88 public void acquireUpdateLock(IBinder token, String tag) throws RemoteException {
98 public void releaseUpdateLock(IBinder token) throws RemoteException {
  /packages/apps/Exchange/src/com/android/exchange/service/
EmailSyncAdapterService.java 26 import android.os.RemoteException;
139 } catch (final RemoteException re) {
152 } catch (RemoteException e) {
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/
DefaultClearer.java 29 import android.os.RemoteException;
63 } catch (RemoteException e) {
87 } catch (RemoteException e) {
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/users/
UserSwitchListenerService.java 33 import android.os.RemoteException;
113 public void onUserSwitchComplete(int newUserId) throws RemoteException {
120 } catch (RemoteException e) {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/
ProjectionActivity.java 28 import android.os.RemoteException;
68 } catch (RemoteException e) {
105 } catch (RemoteException e) {
138 } catch (RemoteException e) {
  /frameworks/base/core/java/android/app/job/
JobService.java 25 import android.os.RemoteException;
148 } catch (RemoteException e) {
168 } catch(RemoteException e) {
184 } catch(RemoteException e) {
  /frameworks/base/core/java/android/hardware/hdmi/
HdmiControlManager.java 23 import android.os.RemoteException;
256 } catch (RemoteException e) {
364 } catch (RemoteException e) {
380 } catch (RemoteException e) {
  /frameworks/base/core/java/android/printservice/
PrintJob.java 19 import android.os.RemoteException;
79 } catch (RemoteException re) {
298 } catch (RemoteException re) {
387 } catch (RemoteException re) {
  /frameworks/base/core/java/android/view/
WindowId.java 24 import android.os.RemoteException;
123 } catch (RemoteException e) {
140 } catch (RemoteException e) {
155 } catch (RemoteException e) {
  /frameworks/base/core/java/com/android/server/backup/
SystemBackupAgent.java 30 import android.os.RemoteException;
81 } catch (RemoteException re) {
125 } catch (RemoteException re) {
172 } catch (RemoteException re) {
  /frameworks/base/core/tests/coretests/src/android/widget/layout/linear/
LLOfButtons1.java 21 import android.os.RemoteException;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
GuestResumeSessionReceiver.java 30 import android.os.RemoteException;
70 } catch (RemoteException e) {
100 } catch (RemoteException e) {
132 } catch (RemoteException e) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/media/
MediaProjectionPermissionActivity.java 31 import android.os.RemoteException;
84 } catch (RemoteException e) {
117 } catch (RemoteException e) {
131 throws RemoteException {

Completed in 1951 milliseconds

<<11121314151617181920>>