Searched refs:forTokenLocked (Results 1 – 13 of 13) sorted by relevance
134 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 …]
64 activity = ActivityRecord.forTokenLocked(applicationHandle.token); in notifyAppUnresponsive()
261 final ActivityRecord activityRecord = ActivityRecord.forTokenLocked(token); in dismissKeyguard()
507 resultTo != null ? ActivityRecord.forTokenLocked(resultTo) : null; in startActivityInTaskFragment()
645 final ActivityRecord activity = ActivityRecord.forTokenLocked(hop.getContainer()); in applyHierarchyOp()1206 ActivityRecord.forTokenLocked(creationParams.getOwnerToken()); in createTaskFragment()
607 final ActivityRecord activity = ActivityRecord.forTokenLocked(activityToken); in isActivityEmbedded()
2507 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()
1633 static @Nullable ActivityRecord forTokenLocked(IBinder token) { in forTokenLocked() method in ActivityRecord5629 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()
2457 final ActivityRecord r = ActivityRecord.forTokenLocked((IBinder) msg.obj); in handleMessageInner()
627 final ActivityRecord caller = ActivityRecord.forTokenLocked(mRequest.resultTo); in execute()
5709 final ActivityRecord r = ActivityRecord.forTokenLocked(token);
241 when(ActivityRecord.forTokenLocked(token)).thenReturn(record); in testEnterPipModeWhenRecordParentChangesToNull()
43974 HSPLcom/android/server/wm/ActivityRecord;->forTokenLocked(Landroid/os/IBinder;)Lcom/android/server/…