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

  /frameworks/base/services/java/com/android/server/am/
ProcessRecord.java 111 Bundle instrumentationArguments;// as given to us
199 || instrumentationArguments != null) {
204 pw.print(prefix); pw.print("instrumentationArguments=");
205 pw.println(instrumentationArguments);
ActivityManagerService.java     [all...]

Completed in 821 milliseconds