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 143 Bundle instrumentationArguments;// as given to us
252 || instrumentationArguments != null) {
257 pw.print(prefix); pw.print("instrumentationArguments=");
258 pw.println(instrumentationArguments);
    [all...]
ActivityManagerService.java     [all...]

Completed in 348 milliseconds