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

  /frameworks/base/services/java/com/android/server/am/
BroadcastRecord.java 75 ComponentName curComponent; // the receiver class that is currently running.
135 pw.print(prefix); pw.print("curComponent=");
136 pw.println((curComponent != null ? curComponent.toShortString() : "--"));
ActivityManagerService.java     [all...]

Completed in 211 milliseconds