Searched defs:forTokenLocked (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
H A DActivityRecord.java825 static ActivityRecord forTokenLocked(IBinder token) { method in class:ActivityRecord
1826 final ActivityRecord r = ActivityRecord.forTokenLocked(token);
2216 final ActivityRecord r = ActivityRecord.forTokenLocked(token);
2229 final ActivityRecord r = ActivityRecord.forTokenLocked(token);

Completed in 51 milliseconds