Searched refs:mInstrumentationArgs (Results 1 – 2 of 2) 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()
79 private Map<String, String> mInstrumentationArgs = new HashMap<String, String>(); field in CodeCoverageTestBase144 return mInstrumentationArgs; in getInstrumentationArgs()150 mInstrumentationArgs = ImmutableMap.copyOf(instrumentationArgs); in setInstrumentationArgs()