Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DActivityTaskManagerService.java1919 srec = ActivityRecord.forTokenLocked(activityToken); in getLaunchedFromUid()
1931 srec = ActivityRecord.forTokenLocked(activityToken); in getLaunchedFromPackage()
2130 final ActivityRecord srec = ActivityRecord.forTokenLocked(token); in shouldUpRecreateTask()
2143 final ActivityRecord r = ActivityRecord.forTokenLocked(token); in navigateUpTo()
2808 final ActivityRecord r = ActivityRecord.forTokenLocked(token); in startLockTaskModeByToken()
2841 final ActivityRecord r = ActivityRecord.forTokenLocked(token); in stopLockTaskModeByToken()
3008 ActivityRecord r = ActivityRecord.forTokenLocked(token); in notifyEnterAnimationComplete()
3415 final ActivityRecord r = ActivityRecord.forTokenLocked(token); in toggleFreeformWindowingMode()
3597 ActivityRecord caller = ActivityRecord.forTokenLocked(activityToken); in enqueueAssistContext()
3605 activity = ActivityRecord.forTokenLocked(activityToken); in enqueueAssistContext()
[all …]
DKeyguardController.java201 final ActivityRecord activityRecord = ActivityRecord.forTokenLocked(token); in dismissKeyguard()
DActivityRecord.java911 static @Nullable ActivityRecord forTokenLocked(IBinder token) { in forTokenLocked() method in ActivityRecord
2177 final ActivityRecord r = ActivityRecord.forTokenLocked(token); in activityResumedLocked()
2545 final ActivityRecord r = ActivityRecord.forTokenLocked(token); in getTaskForActivityLocked()
2558 final ActivityRecord r = ActivityRecord.forTokenLocked(token); in isInStackLocked()
DActivityStackSupervisor.java1264 ActivityRecord r = ActivityRecord.forTokenLocked(token); in activityIdleInternalLocked()
2652 ActivityRecord r = ActivityRecord.forTokenLocked((IBinder) msg.obj); in handleMessage()
DActivityStack.java1174 final ActivityRecord r = ActivityRecord.forTokenLocked(token); in isInStackLocked()
4686 activityDestroyedLocked(ActivityRecord.forTokenLocked(token), reason); in activityDestroyedLocked()
5146 final ActivityRecord r = ActivityRecord.forTokenLocked(token); in willActivityBeVisibleLocked()
/frameworks/base/services/
Dart-profile14780 HSPLcom/android/server/wm/ActivityRecord;->forTokenLocked(Landroid/os/IBinder;)Lcom/android/server/…