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.java1934 srec = ActivityRecord.forTokenLocked(activityToken); in getLaunchedFromUid()
1946 srec = ActivityRecord.forTokenLocked(activityToken); in getLaunchedFromPackage()
2145 final ActivityRecord srec = ActivityRecord.forTokenLocked(token); in shouldUpRecreateTask()
2158 final ActivityRecord r = ActivityRecord.forTokenLocked(token); in navigateUpTo()
2830 final ActivityRecord r = ActivityRecord.forTokenLocked(token); in startLockTaskModeByToken()
2863 final ActivityRecord r = ActivityRecord.forTokenLocked(token); in stopLockTaskModeByToken()
3030 ActivityRecord r = ActivityRecord.forTokenLocked(token); in notifyEnterAnimationComplete()
3437 final ActivityRecord r = ActivityRecord.forTokenLocked(token); in toggleFreeformWindowingMode()
3624 ActivityRecord caller = ActivityRecord.forTokenLocked(activityToken); in enqueueAssistContext()
3632 activity = ActivityRecord.forTokenLocked(activityToken); in enqueueAssistContext()
[all …]
DKeyguardController.java203 final ActivityRecord activityRecord = ActivityRecord.forTokenLocked(token); in dismissKeyguard()
DActivityRecord.java911 static @Nullable ActivityRecord forTokenLocked(IBinder token) { in forTokenLocked() method in ActivityRecord
2175 final ActivityRecord r = ActivityRecord.forTokenLocked(token); in activityResumedLocked()
2543 final ActivityRecord r = ActivityRecord.forTokenLocked(token); in getTaskForActivityLocked()
2556 final ActivityRecord r = ActivityRecord.forTokenLocked(token); in isInStackLocked()
DActivityStackSupervisor.java1267 ActivityRecord r = ActivityRecord.forTokenLocked(token); in activityIdleInternalLocked()
2656 ActivityRecord r = ActivityRecord.forTokenLocked((IBinder) msg.obj); in handleMessage()
DActivityStack.java1177 final ActivityRecord r = ActivityRecord.forTokenLocked(token); in isInStackLocked()
4713 activityDestroyedLocked(ActivityRecord.forTokenLocked(token), reason); in activityDestroyedLocked()
5173 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/…