Searched refs:mInstrumentationArgs (Results 1 – 1 of 1) sorted by relevance
49 private Map<String, String> mInstrumentationArgs = new LinkedHashMap<>(); // optional field in DeviceTestRunOptions234 this.mInstrumentationArgs.put(key, value); in addInstrumentationArg()249 mInstrumentationArgs.clear(); in clearInstrumentationArgs()253 return mInstrumentationArgs; in getInstrumentationArgs()