Home
last modified time | relevance | path

Searched refs:mInstrumentationArgs (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/contrib/src/com/android/media/tests/
DCameraStressTest.java94 public Map<String, String> mInstrumentationArgs = new HashMap<>(); field in CameraStressTest.TestInfo
142 t.mInstrumentationArgs.put("image_iterations", Integer.toString(100)); in testInfoSetup()
151 t.mInstrumentationArgs.put("image_iterations", Integer.toString(100)); in testInfoSetup()
160 t.mInstrumentationArgs.put("video_iterations", Integer.toString(100)); in testInfoSetup()
199 Set<String> argumentKeys = test.mInstrumentationArgs.keySet(); in executeTest()
201 runner.addInstrumentationArg(s, test.mInstrumentationArgs.get(s)); in executeTest()
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DCodeCoverageTestBase.java79 private Map<String, String> mInstrumentationArgs = new HashMap<String, String>(); field in CodeCoverageTestBase
144 return mInstrumentationArgs; in getInstrumentationArgs()
150 mInstrumentationArgs = ImmutableMap.copyOf(instrumentationArgs); in setInstrumentationArgs()