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.java584 static ActivityRecord forTokenLocked(IBinder token) { in forTokenLocked() method in ActivityRecord
1314 final ActivityRecord r = ActivityRecord.forTokenLocked(token); in getTaskForActivityLocked()
1327 final ActivityRecord r = ActivityRecord.forTokenLocked(token); in isInStackLocked()
DActivityStack.java634 final ActivityRecord r = ActivityRecord.forTokenLocked(token); in isInStackLocked()
1220 final ActivityRecord r = ActivityRecord.forTokenLocked(token); in activityResumedLocked()
4027 ActivityRecord r = ActivityRecord.forTokenLocked(token); in activityDestroyedLocked()
4770 final ActivityRecord r = ActivityRecord.forTokenLocked(token); in willActivityBeVisibleLocked()
DActivityManagerService.java2031 ActivityRecord r = ActivityRecord.forTokenLocked((IBinder) msg.obj); in handleMessage()
4475 if (ActivityRecord.forTokenLocked(callingActivity) != activity) { in startLocalVoiceInteraction()
4507 ActivityRecord activityToCallback = ActivityRecord.forTokenLocked(activity); in onLocalVoiceInteractionStartedLocked()
7518 final ActivityRecord r = ActivityRecord.forTokenLocked(token);
9729 ActivityRecord r = ActivityRecord.forTokenLocked(parentActivityToken); in createVirtualActivityContainer()
9789 final ActivityRecord r = ActivityRecord.forTokenLocked(token); in exitFreeformMode()
10161 final ActivityRecord r = ActivityRecord.forTokenLocked(token); in startLockTaskMode()
10260 final ActivityRecord r = ActivityRecord.forTokenLocked(token); in showLockTaskEscapeMessage()
12166 ActivityRecord caller = ActivityRecord.forTokenLocked(token); in showAssistFromActivity()
12214 ActivityRecord caller = ActivityRecord.forTokenLocked(activityToken); in enqueueAssistContext()
[all …]
DActivityStackSupervisor.java1599 ActivityRecord r = ActivityRecord.forTokenLocked(token); in activityIdleInternalLocked()
3925 ActivityRecord r = ActivityRecord.forTokenLocked((IBinder) msg.obj); in handleMessage()