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

  /frameworks/base/services/core/java/com/android/server/am/
ProcessRecord.java 116 Bundle instrumentationArguments;// as given to us
213 || instrumentationArguments != null) {
218 pw.print(prefix); pw.print("instrumentationArguments=");
219 pw.println(instrumentationArguments);
ActivityManagerService.java     [all...]

Completed in 43 milliseconds