/aosp12/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | ActivityClientController.java | 130 final long origId = Binder.clearCallingIdentity(); in activityIdle() local 152 final long origId = Binder.clearCallingIdentity(); in activityResumed() local 161 final long origId = Binder.clearCallingIdentity(); in activityTopResumedStateLost() local 170 final long origId = Binder.clearCallingIdentity(); in activityPaused() local 192 final long origId = Binder.clearCallingIdentity(); in activityStopped() local 230 final long origId = Binder.clearCallingIdentity(); in activityDestroyed() local 247 final long origId = Binder.clearCallingIdentity(); in activityRelaunched() local 292 final long origId = Binder.clearCallingIdentity(); in moveActivityTaskToBack() local 341 final long origId = Binder.clearCallingIdentity(); in releaseActivityInstance() local 467 final long origId = Binder.clearCallingIdentity(); in finishActivityAffinity() local [all …]
|
H A D | AppTaskImpl.java | 61 final long origId = Binder.clearCallingIdentity(); in finishAndRemoveTask() local 79 final long origId = Binder.clearCallingIdentity(); in getTaskInfo() local 101 final long origId = Binder.clearCallingIdentity(); in moveToFront() local 161 final long origId = Binder.clearCallingIdentity(); in setExcludeFromRecents() local
|
H A D | DisplayAreaOrganizerController.java | 123 final long origId = Binder.clearCallingIdentity(); in registerOrganizer() local 168 final long origId = Binder.clearCallingIdentity(); in unregisterOrganizer() local 192 final long origId = Binder.clearCallingIdentity(); in createTaskDisplayArea() local 251 final long origId = Binder.clearCallingIdentity(); in deleteTaskDisplayArea() local
|
H A D | TaskOrganizerController.java | 352 final long origId = Binder.clearCallingIdentity(); in registerTaskOrganizer() local 394 final long origId = Binder.clearCallingIdentity(); in unregisterTaskOrganizer() local 615 final long origId = Binder.clearCallingIdentity(); in createRootTask() local 654 final long origId = Binder.clearCallingIdentity(); in deleteRootTask() local 788 final long origId = Binder.clearCallingIdentity(); in getImeTarget() local 880 final long origId = Binder.clearCallingIdentity(); in setInterceptBackPressedOnTaskRoot() local 909 final long origId = Binder.clearCallingIdentity(); in restartTaskTopActivityProcessIfVisible() local
|
H A D | WindowManagerService.java | 1473 final long origId = Binder.clearCallingIdentity(); in addWindow() local 2147 final long origId = Binder.clearCallingIdentity(); in setInsetsWindow() local 2225 final long origId = Binder.clearCallingIdentity(); in relayoutWindow() local 2642 final long origId = Binder.clearCallingIdentity(); in outOfMemoryWindow() local 2659 final long origId = Binder.clearCallingIdentity(); in finishDrawingWindow() local 2745 final long origId = Binder.clearCallingIdentity(); in attachWindowContextToDisplayArea() local 2774 final long origId = Binder.clearCallingIdentity(); in attachWindowContextToWindowToken() local 2810 final long origId = Binder.clearCallingIdentity(); in detachWindowContextFromWindowContainer() local 2838 final long origId = Binder.clearCallingIdentity(); in attachToDisplayContent() local 2904 final long origId = Binder.clearCallingIdentity(); in removeWindowToken() local [all …]
|
H A D | DragAndDropPermissionsHandler.java | 82 final long origId = Binder.clearCallingIdentity(); in doTake() local
|
H A D | ActivityTaskManagerService.java | 1367 final long origId = Binder.clearCallingIdentity(); in startNextMatchingActivity() local 1396 final long origId = Binder.clearCallingIdentity(); in enforceCallerIsDream() local 1439 final long origId = Binder.clearCallingIdentity(); in startDreamActivity() local 1702 final long origId = Binder.clearCallingIdentity(); in startAssistantActivity() local 1731 final long origId = Binder.clearCallingIdentity(); in startRecentsActivity() local 1762 final long origId = Binder.clearCallingIdentity(); in startActivityFromRecents() local 1788 final long origId = Binder.clearCallingIdentity(); in isActivityStartAllowedOnDisplay() local 2066 final long origId = Binder.clearCallingIdentity(); in unhandledBack() local 2100 final long origId = Binder.clearCallingIdentity(); in moveTaskToFrontLocked() local 2426 final long origId = Binder.clearCallingIdentity(); in cancelRecentsAnimation() local [all …]
|
H A D | Session.java | 350 long origId = Binder.clearCallingIdentity(); in validateAndResolveDragMimeTypeExtras() local 868 final long origId = Binder.clearCallingIdentity(); in generateDisplayHash() local
|
H A D | ActivityStartController.java | 371 final long origId = Binder.clearCallingIdentity(); in startActivities() local
|
H A D | TaskFragmentOrganizerController.java | 240 final long origId = Binder.clearCallingIdentity(); in unregisterOrganizer() local
|
/aosp12/packages/apps/TV/tests/common/src/com/android/tv/testing/testinput/ |
H A D | ITestInputControl.aidl | 8 void updateChannelState(int origId, in ChannelStateData data); in updateChannelState()
|
/aosp12/frameworks/base/services/core/java/com/android/server/inputmethod/ |
H A D | InputContentUriTokenHandler.java | 76 final long origId = Binder.clearCallingIdentity(); in doTakeLocked() local
|
/aosp12/packages/apps/TV/tests/input/src/com/android/tv/testinput/ |
H A D | TestInputControl.java | 91 public synchronized void updateChannelState(int origId, ChannelStateData data) in updateChannelState()
|
/aosp12/frameworks/base/services/core/java/com/android/server/recoverysystem/ |
H A D | RecoverySystemService.java | 572 final long origId = Binder.clearCallingIdentity(); in requestLskf() local 698 final long origId = Binder.clearCallingIdentity(); in clearLskf() local 798 final long origId = Binder.clearCallingIdentity(); in armRebootEscrow() local 826 final long origId = Binder.clearCallingIdentity(); in useServerBasedRoR() local 1203 final long origId = Binder.clearCallingIdentity(); in onShellCommand() local
|
/aosp12/packages/apps/Gallery/src/com/android/camera/ |
H A D | BitmapManager.java | 138 public Bitmap getThumbnail(ContentResolver cr, long origId, int kind, in getThumbnail()
|
/aosp12/frameworks/base/services/searchui/java/com/android/server/searchui/ |
H A D | SearchUiManagerService.java | 162 final long origId = Binder.clearCallingIdentity(); in runForUserLocked() local
|
/aosp12/frameworks/base/services/smartspace/java/com/android/server/smartspace/ |
H A D | SmartspaceManagerService.java | 176 final long origId = Binder.clearCallingIdentity(); in runForUserLocked() local
|
/aosp12/frameworks/base/services/appprediction/java/com/android/server/appprediction/ |
H A D | AppPredictionManagerService.java | 194 final long origId = Binder.clearCallingIdentity(); in runForUserLocked() local
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/ |
H A D | DpmTestBase.java | 128 final long origId = serviceContext.binder.clearCallingIdentity(); in runAsCaller() local
|
/aosp12/frameworks/base/services/core/java/com/android/server/am/ |
H A D | ContentProviderHelper.java | 238 final long origId = Binder.clearCallingIdentity(); in getContentProviderImpl() local 421 final long origId = Binder.clearCallingIdentity(); in getContentProviderImpl() local 633 final long origId = Binder.clearCallingIdentity(); in publishContentProviders() local
|
H A D | ActiveServices.java | 1180 final long origId = Binder.clearCallingIdentity(); in stopServiceLocked() local 1336 final long origId = Binder.clearCallingIdentity(); in stopServiceTokenLocked() local 1347 final long origId = Binder.clearCallingIdentity(); in setServiceForegroundLocked() local 1366 final long origId = Binder.clearCallingIdentity(); in getForegroundServiceTypeLocked() local 2744 final long origId = Binder.clearCallingIdentity(); in bindServiceLocked() local 2903 final long origId = Binder.clearCallingIdentity(); in publishServiceLocked() local 2994 final long origId = Binder.clearCallingIdentity(); in unbindServiceLocked() local 3030 final long origId = Binder.clearCallingIdentity(); in unbindFinishedLocked() local 4559 final long origId = Binder.clearCallingIdentity(); in serviceDoneExecutingLocked() local
|
H A D | PendingIntentRecord.java | 392 final long origId = Binder.clearCallingIdentity(); in sendInner() local
|
H A D | AppErrors.java | 556 final long origId = Binder.clearCallingIdentity(); in crashApplication() local
|
H A D | ActivityManagerService.java | 4671 final long origId = Binder.clearCallingIdentity(); in attachApplication() local 6966 final long origId = Binder.clearCallingIdentity(); in setHasTopUi() local 7999 final long origId = Binder.clearCallingIdentity(); in handleApplicationStrictModeViolation() local 8865 final long origId = Binder.clearCallingIdentity(); in doDump() local 11877 final long origId = Binder.clearCallingIdentity(); in startService() local 12563 final long origId = Binder.clearCallingIdentity(); in unregisterReceiver() local 13626 final long origId = Binder.clearCallingIdentity(); in broadcastIntentWithFeature() local 13648 final long origId = Binder.clearCallingIdentity(); in broadcastIntentInPackage() local 13721 final long origId = Binder.clearCallingIdentity(); in finishReceiver() local 13857 final long origId = Binder.clearCallingIdentity(); in startInstrumentation() local [all …]
|
/aosp12/packages/providers/MediaProvider/apex/framework/java/android/provider/ |
H A D | MediaStore.java | 2481 public static final Cursor queryMiniThumbnail(ContentResolver cr, long origId, int kind, in queryMiniThumbnail() 2502 public static void cancelThumbnailRequest(ContentResolver cr, long origId) { in cancelThumbnailRequest() 2549 public static void cancelThumbnailRequest(ContentResolver cr, long origId, in cancelThumbnailRequest() 3775 public static void cancelThumbnailRequest(ContentResolver cr, long origId) { in cancelThumbnailRequest()
|