HomeSort by relevance Sort by last modified time
    Searched defs:origId (Results 1 - 25 of 42) sorted by null

1 2

  /frameworks/base/services/core/java/com/android/server/
InputContentUriTokenHandler.java 78 long origId = Binder.clearCallingIdentity();
88 Binder.restoreCallingIdentity(origId);
  /frameworks/base/services/core/java/com/android/server/wm/
DragAndDropPermissionsHandler.java 71 long origId = Binder.clearCallingIdentity();
79 Binder.restoreCallingIdentity(origId);
AppWindowToken.java     [all...]
WindowState.java     [all...]
WindowManagerService.java     [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DpmTestBase.java 99 final long origId = serviceContext.binder.clearCallingIdentity();
108 serviceContext.binder.restoreCallingIdentity(origId);
  /cts/tests/tests/provider/src/android/provider/cts/
MediaStore_Images_ThumbnailsTest.java 294 long origId = Long.parseLong(url[i].getLastPathSegment());
296 origId, Thumbnails.MICRO_KIND, null);
  /frameworks/base/services/core/java/com/android/server/am/
PendingIntentRecord.java 281 final long origId = Binder.clearCallingIdentity();
390 Binder.restoreCallingIdentity(origId);
AppErrors.java 319 final long origId = Binder.clearCallingIdentity();
323 Binder.restoreCallingIdentity(origId);
    [all...]
ActivityStarter.java     [all...]
ActiveServices.java 601 final long origId = Binder.clearCallingIdentity();
605 Binder.restoreCallingIdentity(origId);
721 final long origId = Binder.clearCallingIdentity();
723 Binder.restoreCallingIdentity(origId);
732 final long origId = Binder.clearCallingIdentity();
739 Binder.restoreCallingIdentity(origId);
    [all...]
ActivityStack.java     [all...]
ActivityManagerService.java     [all...]
  /frameworks/base/services/core/java/com/android/server/clipboard/
ClipboardService.java 389 final long origId = Binder.clearCallingIdentity();
396 Binder.restoreCallingIdentity(origId);
  /frameworks/base/services/core/java/com/android/server/locksettings/
LockSettingsService.java     [all...]
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarProvider2.java     [all...]
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaProvider.java     [all...]
  /frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DevicePolicyManagerService.java     [all...]
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 

Completed in 1287 milliseconds

1 2