HomeSort by relevance Sort by last modified time
    Searched refs:forToken (Results 1 - 3 of 3) sorted by null

  /frameworks/base/services/java/com/android/server/am/
ActivityRecord.java 320 static ActivityRecord forToken(IBinder token) {
    [all...]
ActivityStack.java 495 return mHistory.indexOf(ActivityRecord.forToken(token));
503 ActivityRecord r = ActivityRecord.forToken(token);
    [all...]
ActivityManagerService.java     [all...]

Completed in 26 milliseconds