Searched refs:mInstrumentationArgs (Results 1 – 1 of 1) sorted by relevance
94 public Map<String, String> mInstrumentationArgs = new HashMap<>(); field in CameraStressTest.TestInfo142 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()