Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DActivityRecord.java422 static ActivityRecord forTokenLocked(IBinder token) { in forTokenLocked() method in ActivityRecord
1101 final ActivityRecord r = ActivityRecord.forTokenLocked(token); in activityResumedLocked()
1108 final ActivityRecord r = ActivityRecord.forTokenLocked(token); in getTaskForActivityLocked()
1121 final ActivityRecord r = ActivityRecord.forTokenLocked(token); in isInStackLocked()
DActivityStack.java455 final ActivityRecord r = ActivityRecord.forTokenLocked(token); in isInStackLocked()
3439 ActivityRecord r = ActivityRecord.forTokenLocked(token); in activityDestroyedLocked()
4024 final ActivityRecord r = ActivityRecord.forTokenLocked(token); in willActivityBeVisibleLocked()
DActivityManagerService.java1862 ActivityRecord r = ActivityRecord.forTokenLocked((IBinder) msg.obj); in handleMessage()
8852 ActivityRecord r = ActivityRecord.forTokenLocked(parentActivityToken); in createVirtualActivityContainer()
9062 final ActivityRecord r = ActivityRecord.forTokenLocked(token); in startLockTaskMode()
9153 final ActivityRecord r = ActivityRecord.forTokenLocked(token); in showLockTaskEscapeMessage()
10758 ActivityRecord caller = ActivityRecord.forTokenLocked(token); in showAssistFromActivity()
10802 ActivityRecord caller = ActivityRecord.forTokenLocked(activityToken); in enqueueAssistContext()
17433 ActivityRecord srec = ActivityRecord.forTokenLocked(token); in shouldUpRecreateTask()
17445 final ActivityRecord r = ActivityRecord.forTokenLocked(token); in navigateUpTo()
17456 srec = ActivityRecord.forTokenLocked(activityToken); in getLaunchedFromUid()
17467 srec = ActivityRecord.forTokenLocked(activityToken); in getLaunchedFromPackage()
DActivityStackSupervisor.java2530 ActivityRecord r = ActivityRecord.forTokenLocked(token); in activityIdleInternalLocked()
4171 ActivityRecord r = ActivityRecord.forTokenLocked((IBinder) msg.obj); in handleMessage()