Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityClientController.java134 final ActivityRecord r = ActivityRecord.forTokenLocked(token); in activityIdle()
173 final ActivityRecord r = ActivityRecord.forTokenLocked(token); in activityPaused()
234 final ActivityRecord r = ActivityRecord.forTokenLocked(token); in activityDestroyed()
249 final ActivityRecord r = ActivityRecord.forTokenLocked(token); in activityRelaunched()
310 final ActivityRecord srec = ActivityRecord.forTokenLocked(token); in shouldUpRecreateTask()
597 final ActivityRecord r = ActivityRecord.forTokenLocked(token); in getLaunchedFromUid()
608 final ActivityRecord r = ActivityRecord.forTokenLocked(token); in getLaunchedFromPackage()
782 final ActivityRecord r = ActivityRecord.forTokenLocked(token); in ensureValidPictureInPictureActivityParams()
908 final ActivityRecord r = ActivityRecord.forTokenLocked(token); in startLockTaskModeByToken()
923 if (ActivityRecord.forTokenLocked(token) != null) { in showLockTaskEscapeMessage()
[all …]
H A DAnrController.java64 activity = ActivityRecord.forTokenLocked(applicationHandle.token); in notifyAppUnresponsive()
H A DKeyguardController.java261 final ActivityRecord activityRecord = ActivityRecord.forTokenLocked(token); in dismissKeyguard()
H A DActivityStartController.java507 resultTo != null ? ActivityRecord.forTokenLocked(resultTo) : null; in startActivityInTaskFragment()
H A DWindowOrganizerController.java645 final ActivityRecord activity = ActivityRecord.forTokenLocked(hop.getContainer()); in applyHierarchyOp()
1206 ActivityRecord.forTokenLocked(creationParams.getOwnerToken()); in createTaskFragment()
H A DTaskFragmentOrganizerController.java607 final ActivityRecord activity = ActivityRecord.forTokenLocked(activityToken); in isActivityEmbedded()
H A DActivityTaskManagerService.java2507 final ActivityRecord r = ActivityRecord.forTokenLocked(token); in stopLockTaskModeInternal()
3181 ActivityRecord caller = ActivityRecord.forTokenLocked(activityToken); in enqueueAssistContext()
3189 activity = ActivityRecord.forTokenLocked(activityToken); in enqueueAssistContext()
3314 ActivityRecord activityToCallback = ActivityRecord.forTokenLocked(activity); in onLocalVoiceInteractionStartedLocked()
5439 final ActivityRecord r = ActivityRecord.forTokenLocked(token); in setFocusedActivity()
H A DActivityRecord.java1633 static @Nullable ActivityRecord forTokenLocked(IBinder token) { in forTokenLocked() method in ActivityRecord
5629 final ActivityRecord r = ActivityRecord.forTokenLocked(token); in activityResumedLocked()
5644 final ActivityRecord r = ActivityRecord.forTokenLocked(token); in splashScreenAttachedLocked()
6426 final ActivityRecord r = ActivityRecord.forTokenLocked(token); in getTaskForActivityLocked()
6439 final ActivityRecord r = ActivityRecord.forTokenLocked(token); in isInRootTaskLocked()
6453 final ActivityRecord r = ActivityRecord.forTokenLocked(token); in isInAnyTask()
H A DActivityTaskSupervisor.java2457 final ActivityRecord r = ActivityRecord.forTokenLocked((IBinder) msg.obj); in handleMessageInner()
H A DActivityStarter.java627 final ActivityRecord caller = ActivityRecord.forTokenLocked(mRequest.resultTo); in execute()
H A DTask.java5709 final ActivityRecord r = ActivityRecord.forTokenLocked(token);
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DActivityTaskManagerServiceTests.java241 when(ActivityRecord.forTokenLocked(token)).thenReturn(record); in testEnterPipModeWhenRecordParentChangesToNull()
/aosp12/frameworks/base/services/
H A Dart-profile43974 HSPLcom/android/server/wm/ActivityRecord;->forTokenLocked(Landroid/os/IBinder;)Lcom/android/server/…