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

1 2 3 4 5 6 7 891011>>

  /frameworks/base/services/java/com/android/server/
StatusBarManagerService.java 29 import android.os.RemoteException;
128 } catch (RemoteException ex) {
139 } catch (RemoteException ex) {
150 } catch (RemoteException ex) {
186 } catch (RemoteException ex) {
211 } catch (RemoteException ex) {
237 } catch (RemoteException ex) {
258 } catch (RemoteException ex) {
280 } catch (RemoteException ex) {
307 } catch (RemoteException ex)
    [all...]
UpdateLockService.java 26 import android.os.RemoteException;
89 public void acquireUpdateLock(IBinder token, String tag) throws RemoteException {
99 public void releaseUpdateLock(IBinder token) throws RemoteException {
TelephonyRegistry.java 32 import android.os.RemoteException;
229 } catch (RemoteException ex) {
238 } catch (RemoteException ex) {
245 } catch (RemoteException ex) {
252 } catch (RemoteException ex) {
260 } catch (RemoteException ex) {
267 } catch (RemoteException ex) {
275 } catch (RemoteException ex) {
282 } catch (RemoteException ex) {
289 } catch (RemoteException ex)
    [all...]
  /packages/apps/Settings/src/com/android/settings/
PrivacySettings.java 27 import android.os.RemoteException;
107 } catch (RemoteException e) {
142 } catch (RemoteException e) {
171 } catch (RemoteException e) {
196 } catch (RemoteException e) {
  /frameworks/base/core/java/android/app/
UiAutomation.java 29 import android.os.RemoteException;
189 } catch (RemoteException re) {
234 } catch (RemoteException re) {
288 } catch (RemoteException re) {
315 } catch (RemoteException re) {
342 } catch (RemoteException re) {
383 } catch (RemoteException re) {
420 } catch (RemoteException re) {
604 } catch (RemoteException re) {
643 } catch (RemoteException re)
    [all...]
ApplicationThreadNative.java 32 import android.os.RemoteException;
69 throws RemoteException {
653 boolean userLeaving, int configChanges) throws RemoteException {
666 int configChanges) throws RemoteException {
678 boolean showWindow) throws RemoteException {
689 boolean sleeping) throws RemoteException {
700 throws RemoteException {
712 throws RemoteException {
727 throws RemoteException {
758 throws RemoteException {
    [all...]
ActivityManager.java 44 import android.os.RemoteException;
335 } catch (RemoteException e) {
345 } catch (RemoteException e) {
354 } catch (RemoteException e) {
364 } catch (RemoteException e) {
373 } catch (RemoteException e) {
383 } catch (RemoteException e) {
600 } catch (RemoteException e) {
629 } catch (RemoteException e) {
770 } catch (RemoteException e)
    [all...]
ActivityManagerNative.java 42 import android.os.RemoteException;
99 } catch (RemoteException ex) {
106 } catch (RemoteException ex) {
116 throws RemoteException {
    [all...]
AppOpsManager.java 33 import android.os.RemoteException;
754 } catch (RemoteException e) {
770 } catch (RemoteException e) {
779 } catch (RemoteException e) {
787 } catch (RemoteException e) {
827 } catch (RemoteException e) {
842 } catch (RemoteException e) {
    [all...]
  /frameworks/base/packages/BackupRestoreConfirmation/src/com/android/backupconfirm/
BackupRestoreConfirmation.java 28 import android.os.RemoteException;
256 } catch (RemoteException e) {
276 } catch (RemoteException e) {
300 public void onStartBackup() throws RemoteException {
305 public void onBackupPackage(String name) throws RemoteException {
310 public void onEndBackup() throws RemoteException {
315 public void onStartRestore() throws RemoteException {
320 public void onRestorePackage(String name) throws RemoteException {
325 public void onEndRestore() throws RemoteException {
330 public void onTimeout() throws RemoteException {
    [all...]
  /frameworks/base/core/java/android/hardware/location/
GeofenceHardwareImpl.java 28 import android.os.RemoteException;
126 } catch (RemoteException e) {
143 } catch(RemoteException e) {
144 Log.e(TAG, "RemoteException calling LocationManagerService");
243 } catch (RemoteException e) {
267 } catch(RemoteException e) {
268 Log.e(TAG, "AddGeofence: RemoteException calling LocationManagerService");
305 } catch (RemoteException e) {
317 } catch(RemoteException e) {
318 Log.e(TAG, "RemoveGeofence: RemoteException calling LocationManagerService")
    [all...]
  /frameworks/base/core/java/android/print/
PrintManager.java 30 import android.os.RemoteException;
223 } catch (RemoteException re) {
245 } catch (RemoteException re) {
271 } catch (RemoteException re) {
289 } catch (RemoteException re) {
313 } catch (RemoteException re) {
322 } catch (RemoteException re) {
330 } catch (RemoteException re) {
402 } catch (RemoteException re) {
420 } catch (RemoteException re)
    [all...]
  /prebuilts/sdk/16/
uiautomator.jar 
  /frameworks/base/core/java/android/hardware/camera2/
CameraManager.java 30 import android.os.RemoteException;
87 } catch (RemoteException e) {
184 } catch(RemoteException e) {
246 } catch (RemoteException e) {
363 } catch (RemoteException e) {
386 } catch(RemoteException e) {
448 public void onStatusChanged(int status, int cameraId) throws RemoteException {
  /packages/apps/Exchange/src/com/android/exchange/adapter/
AbstractSyncAdapter.java 27 import android.os.RemoteException;
183 throws RemoteException, OperationApplicationException {
215 throws RemoteException, OperationApplicationException {
232 final ContentProviderResult[] result, final int offset) throws RemoteException {
251 * RemoteException, which the caller will likely re-throw as an IOException so that the sync
258 final String authority, final ArrayList<Operation> ops) throws RemoteException {
283 } catch (RemoteException e1) {
296 } 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/services/java/com/android/server/power/
Notifier.java 37 import android.os.RemoteException;
150 } catch (RemoteException ex) {
176 } catch (RemoteException ex) {
201 } catch (RemoteException ex) {
216 } catch (RemoteException ex) {
231 } catch (RemoteException ex) {
318 } catch (RemoteException ex) {
430 } catch (RemoteException e) {
485 } catch (RemoteException e) {
  /frameworks/base/cmds/bmgr/src/com/android/commands/bmgr/
Bmgr.java 23 import android.os.RemoteException;
118 } catch (RemoteException e) {
138 } catch (RemoteException e) {
147 } catch (RemoteException e) {
162 } catch (RemoteException e) {
183 } catch (RemoteException e) {
205 } catch (RemoteException e) {
233 } catch (RemoteException e) {
252 } catch (RemoteException e) {
268 } catch (RemoteException e)
    [all...]
  /frameworks/base/cmds/bu/src/com/android/commands/bu/
Backup.java 21 import android.os.RemoteException;
119 } catch (RemoteException e) {
136 } catch (RemoteException e) {
  /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/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/tests/coretests/src/android/widget/layout/linear/
LLOfButtons1.java 21 import android.os.RemoteException;
  /frameworks/base/services/java/com/android/server/connectivity/
Nat464Xlat.java 34 import android.os.RemoteException;
109 } catch(RemoteException e) {
123 } catch(RemoteException e) {
171 } catch(RemoteException e) {

Completed in 546 milliseconds

1 2 3 4 5 6 7 891011>>