Searched refs:forTokenLocked (Results 1 – 10 of 10) sorted by relevance
210 when(ActivityRecord.forTokenLocked(token)).thenReturn(record); in testEnterPipModeWhenRecordParentChangesToNull()
1804 final ActivityRecord r = ActivityRecord.forTokenLocked(token); in activityIdle()1843 final ActivityRecord r = ActivityRecord.forTokenLocked(token); in activityPaused()1904 final ActivityRecord activity = ActivityRecord.forTokenLocked(token); in activityDestroyed()2065 srec = ActivityRecord.forTokenLocked(activityToken); in getLaunchedFromUid()2077 srec = ActivityRecord.forTokenLocked(activityToken); in getLaunchedFromPackage()2264 final ActivityRecord srec = ActivityRecord.forTokenLocked(token); in shouldUpRecreateTask()2972 final ActivityRecord r = ActivityRecord.forTokenLocked(token); in startLockTaskModeByToken()3005 final ActivityRecord r = ActivityRecord.forTokenLocked(token); in stopLockTaskModeByToken()3170 ActivityRecord r = ActivityRecord.forTokenLocked(token); in notifyEnterAnimationComplete()3508 final ActivityRecord r = ActivityRecord.forTokenLocked(token); in toggleFreeformWindowingMode()[all …]
232 activity = ActivityRecord.forTokenLocked(inputApplicationHandle.token); in notifyANRInner()
208 final ActivityRecord activityRecord = ActivityRecord.forTokenLocked(token); in dismissKeyguard()
1459 static @Nullable ActivityRecord forTokenLocked(IBinder token) { in forTokenLocked() method in ActivityRecord4851 final ActivityRecord r = ActivityRecord.forTokenLocked(token); in activityResumedLocked()5630 final ActivityRecord r = ActivityRecord.forTokenLocked(token); in getTaskForActivityLocked()5643 final ActivityRecord r = ActivityRecord.forTokenLocked(token); in isInStackLocked()
2425 final ActivityRecord r = ActivityRecord.forTokenLocked((IBinder) msg.obj); in handleMessageInner()
637 final ActivityRecord caller = ActivityRecord.forTokenLocked(mRequest.resultTo); in execute()
2703 final ActivityRecord r = ActivityRecord.forTokenLocked(token); in willActivityBeVisible()
3492 final ActivityRecord r = ActivityRecord.forTokenLocked(token); in isInAnyStack()
34744 HSPLcom/android/server/wm/ActivityRecord;->forTokenLocked(Landroid/os/IBinder;)Lcom/android/server/…