Home
last modified time | relevance | path

Searched refs:forTokenLocked (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DActivityTaskManagerServiceTests.java210 when(ActivityRecord.forTokenLocked(token)).thenReturn(record); in testEnterPipModeWhenRecordParentChangesToNull()
/frameworks/base/services/core/java/com/android/server/wm/
DActivityTaskManagerService.java1804 final ActivityRecord r = ActivityRecord.forTokenLocked(token); in activityIdle()
1843 final ActivityRecord r = ActivityRecord.forTokenLocked(token); in activityPaused()
1904 final ActivityRecord activity = ActivityRecord.forTokenLocked(token); in activityDestroyed()
2065 srec = ActivityRecord.forTokenLocked(activityToken); in getLaunchedFromUid()
2077 srec = ActivityRecord.forTokenLocked(activityToken); in getLaunchedFromPackage()
2264 final ActivityRecord srec = ActivityRecord.forTokenLocked(token); in shouldUpRecreateTask()
2972 final ActivityRecord r = ActivityRecord.forTokenLocked(token); in startLockTaskModeByToken()
3005 final ActivityRecord r = ActivityRecord.forTokenLocked(token); in stopLockTaskModeByToken()
3170 ActivityRecord r = ActivityRecord.forTokenLocked(token); in notifyEnterAnimationComplete()
3508 final ActivityRecord r = ActivityRecord.forTokenLocked(token); in toggleFreeformWindowingMode()
[all …]
DInputManagerCallback.java232 activity = ActivityRecord.forTokenLocked(inputApplicationHandle.token); in notifyANRInner()
DKeyguardController.java208 final ActivityRecord activityRecord = ActivityRecord.forTokenLocked(token); in dismissKeyguard()
DActivityRecord.java1459 static @Nullable ActivityRecord forTokenLocked(IBinder token) { in forTokenLocked() method in ActivityRecord
4851 final ActivityRecord r = ActivityRecord.forTokenLocked(token); in activityResumedLocked()
5630 final ActivityRecord r = ActivityRecord.forTokenLocked(token); in getTaskForActivityLocked()
5643 final ActivityRecord r = ActivityRecord.forTokenLocked(token); in isInStackLocked()
DActivityStackSupervisor.java2425 final ActivityRecord r = ActivityRecord.forTokenLocked((IBinder) msg.obj); in handleMessageInner()
DActivityStarter.java637 final ActivityRecord caller = ActivityRecord.forTokenLocked(mRequest.resultTo); in execute()
DActivityStack.java2703 final ActivityRecord r = ActivityRecord.forTokenLocked(token); in willActivityBeVisible()
DRootWindowContainer.java3492 final ActivityRecord r = ActivityRecord.forTokenLocked(token); in isInAnyStack()
/frameworks/base/services/
Dart-profile34744 HSPLcom/android/server/wm/ActivityRecord;->forTokenLocked(Landroid/os/IBinder;)Lcom/android/server/…