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

  /frameworks/base/services/java/com/android/server/am/
ProcessRecord.java 71 ComponentName instrumentationClass;// class installed to instrument app
76 ComponentName instrumentationResultClass;// copy of instrumentationClass
143 if (instrumentationClass != null || instrumentationProfileFile != null
145 pw.print(prefix); pw.print("instrumentationClass=");
146 pw.print(instrumentationClass);
HistoryRecord.java 476 if (r.app.instrumentationClass == null) {
501 || r.app.instrumentationClass == null) {
ActivityManagerService.java     [all...]

Completed in 42 milliseconds