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 305 static ActivityRecord forToken(IBinder token) {
    [all...]
ActivityStack.java 470 return mHistory.indexOf(ActivityRecord.forToken(token));
478 ActivityRecord r = ActivityRecord.forToken(token);
    [all...]
ActivityManagerService.java     [all...]

Completed in 2357 milliseconds