Home
last modified time | relevance | path

Searched refs:forToken (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/java/com/android/server/am/
DActivityRecord.java333 static ActivityRecord forToken(IBinder token) { in forToken() method in ActivityRecord
1006 final ActivityRecord r = ActivityRecord.forToken(token); in activityResumedLocked()
1013 final ActivityRecord r = ActivityRecord.forToken(token); in getTaskForActivityLocked()
1026 final ActivityRecord r = ActivityRecord.forToken(token); in isInStackLocked()
DActivityStack.java427 final ActivityRecord r = ActivityRecord.forToken(token); in isInStackLocked()
2523 final ActivityRecord srec = ActivityRecord.forToken(token); in navigateUpToLocked()
2859 ActivityRecord r = ActivityRecord.forToken(token); in activityDestroyedLocked()
DActivityStackSupervisor.java1815 ActivityRecord r = ActivityRecord.forToken(token); in activityIdleInternalLocked()
DActivityManagerService.java14190 ActivityRecord srec = ActivityRecord.forToken(token); in targetTaskAffinityMatchesActivity()
14208 ActivityRecord srec = ActivityRecord.forToken(activityToken); in getLaunchedFromUid()
14216 ActivityRecord srec = ActivityRecord.forToken(activityToken); in getLaunchedFromPackage()