Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DActivityRecord.java367 static ActivityRecord forToken(IBinder token) { in forToken() method in ActivityRecord
1050 final ActivityRecord r = ActivityRecord.forToken(token); in activityResumedLocked()
1057 final ActivityRecord r = ActivityRecord.forToken(token); in getTaskForActivityLocked()
1070 final ActivityRecord r = ActivityRecord.forToken(token); in isInStackLocked()
DActivityStack.java449 final ActivityRecord r = ActivityRecord.forToken(token); in isInStackLocked()
2869 final ActivityRecord srec = ActivityRecord.forToken(token); in navigateUpToLocked()
3255 ActivityRecord r = ActivityRecord.forToken(token); in activityDestroyedLocked()
3793 final ActivityRecord r = ActivityRecord.forToken(token); in willActivityBeVisibleLocked()
DActivityStackSupervisor.java2280 ActivityRecord r = ActivityRecord.forToken(token); in activityIdleInternalLocked()
3667 ActivityRecord r = ActivityRecord.forToken((IBinder) msg.obj); in handleMessage()
DActivityManagerService.java1759 ActivityRecord r = ActivityRecord.forToken((IBinder) msg.obj); in handleMessage()
8646 ActivityRecord r = ActivityRecord.forToken(parentActivityToken);
8827 final ActivityRecord r = ActivityRecord.forToken(token);
16811 ActivityRecord srec = ActivityRecord.forToken(token); in shouldUpRecreateTask()
16832 ActivityRecord srec = ActivityRecord.forToken(activityToken); in getLaunchedFromUid()
16840 ActivityRecord srec = ActivityRecord.forToken(activityToken); in getLaunchedFromPackage()