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

/frameworks/base/services/java/com/android/server/am/
H A DProcessRecord.java95 ApplicationInfo instrumentationInfo; // the application being instrumented field in class:ProcessRecord
187 pw.print(prefix); pw.print("instrumentationInfo=");
188 pw.println(instrumentationInfo);
189 if (instrumentationInfo != null) {
190 instrumentationInfo.dump(new PrintWriterPrinter(pw), prefix + " ");

Completed in 149 milliseconds