Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DKeyguardController.java142 final ActivityRecord activityRecord = ActivityRecord.forTokenLocked(token); in dismissKeyguard()
DActivityRecord.java776 static ActivityRecord forTokenLocked(IBinder token) { in forTokenLocked() method in ActivityRecord
1693 final ActivityRecord r = ActivityRecord.forTokenLocked(token); in activityResumedLocked()
2072 final ActivityRecord r = ActivityRecord.forTokenLocked(token); in getTaskForActivityLocked()
2085 final ActivityRecord r = ActivityRecord.forTokenLocked(token); in isInStackLocked()
DActivityManagerService.java2257 ActivityRecord r = ActivityRecord.forTokenLocked((IBinder) msg.obj); in handleMessage()
4692 if (ActivityRecord.forTokenLocked(callingActivity) != activity) { in startLocalVoiceInteraction()
4724 ActivityRecord activityToCallback = ActivityRecord.forTokenLocked(activity); in onLocalVoiceInteractionStartedLocked()
7893 return isInPictureInPictureMode(ActivityRecord.forTokenLocked(token)); in isInPictureInPictureMode()
8046 final ActivityRecord r = ActivityRecord.forTokenLocked(token); in ensureValidPictureInPictureActivityParamsLocked()
10378 ActivityRecord r = ActivityRecord.forTokenLocked(parentActivityToken);
10430 final ActivityRecord r = ActivityRecord.forTokenLocked(token);
10830 final ActivityRecord r = ActivityRecord.forTokenLocked(token);
10929 final ActivityRecord r = ActivityRecord.forTokenLocked(token);
12963 ActivityRecord caller = ActivityRecord.forTokenLocked(token);
[all …]
DActivityStack.java759 final ActivityRecord r = ActivityRecord.forTokenLocked(token); in isInStackLocked()
4283 ActivityRecord r = ActivityRecord.forTokenLocked(token); in activityDestroyedLocked()
4852 final ActivityRecord r = ActivityRecord.forTokenLocked(token); in willActivityBeVisibleLocked()
DActivityStackSupervisor.java1865 ActivityRecord r = ActivityRecord.forTokenLocked(token); in activityIdleInternalLocked()
4606 ActivityRecord r = ActivityRecord.forTokenLocked((IBinder) msg.obj); in handleMessage()