Home
last modified time | relevance | path

Searched refs:mInstrArgMap (Results 1 – 4 of 4) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/testtype/
DInstrumentationTest.java183 private final Map<String, String> mInstrArgMap = new HashMap<String, String>(); field in InstrumentationTest
576 mInstrArgMap.put(key, value); in addInstrumentationArg()
581 mInstrArgMap.remove(key); in removeFromInstrumentationArg()
592 if (mInstrArgMap.containsKey(key)) { in getInstrumentationArg()
593 return mInstrArgMap.get(key); in getInstrumentationArg()
793 for (Map.Entry<String, String> argEntry : mInstrArgMap.entrySet()) { in setRunnerArgs()
1027 mInstrArgMap.remove(TEST_FILE_INST_ARGS_KEY); in getTestReRunner()
DInstalledInstrumentationsTest.java136 private Map<String, String> mInstrArgMap = new HashMap<String, String>(); field in InstalledInstrumentationsTest
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DInstrumentationPreparer.java82 private Map<String, String> mInstrArgMap = new HashMap<String, String>(); field in InstrumentationPreparer
129 for (Map.Entry<String, String> entry : mInstrArgMap.entrySet()) { in runInstrumentation()
/tools/tradefederation/contrib/src/com/android/media/tests/
DCameraTestBase.java112 private Map<String, String> mInstrArgMap = new HashMap<>(); field in CameraTestBase
846 public Map<String, String> getInstrumentationArgMap() { return mInstrArgMap; } in getInstrumentationArgMap()