OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mInstrumentationArgs
(Results
1 - 2
of
2
) sorted by null
/tools/tradefederation/core/prod-tests/src/com/android/media/tests/
CameraStressTest.java
93
public Map<String, String>
mInstrumentationArgs
= new HashMap<>();
141
t.
mInstrumentationArgs
.put("image_iterations", Integer.toString(100));
150
t.
mInstrumentationArgs
.put("image_iterations", Integer.toString(100));
159
t.
mInstrumentationArgs
.put("video_iterations", Integer.toString(100));
198
Set<String> argumentKeys = test.
mInstrumentationArgs
.keySet();
200
runner.addInstrumentationArg(s, test.
mInstrumentationArgs
.get(s));
/tools/tradefederation/core/src/com/android/tradefed/testtype/
CodeCoverageTestBase.java
76
private Map<String, String>
mInstrumentationArgs
= new HashMap<String, String>();
141
return
mInstrumentationArgs
;
147
mInstrumentationArgs
= ImmutableMap.copyOf(instrumentationArgs);
Completed in 1254 milliseconds