Searched refs:mInstrArgMap (Results 1 – 4 of 4) sorted by relevance
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/ |
D | InstrumentationTest.java | 195 private final Map<String, String> mInstrArgMap = new HashMap<String, String>(); field in InstrumentationTest 618 mInstrArgMap.put(key, value); in addInstrumentationArg() 623 mInstrArgMap.remove(key); in removeFromInstrumentationArg() 634 if (mInstrArgMap.containsKey(key)) { in getInstrumentationArg() 635 return mInstrArgMap.get(key); in getInstrumentationArg() 842 for (Map.Entry<String, String> argEntry : mInstrArgMap.entrySet()) { in setRunnerArgs() 1154 mInstrArgMap.remove(TEST_FILE_INST_ARGS_KEY); in getTestReRunner()
|
D | InstalledInstrumentationsTest.java | 136 private Map<String, String> mInstrArgMap = new HashMap<String, String>(); field in InstalledInstrumentationsTest
|
/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/ |
D | InstrumentationPreparer.java | 82 private Map<String, String> mInstrArgMap = new HashMap<String, String>(); field in InstrumentationPreparer 130 for (Map.Entry<String, String> entry : mInstrArgMap.entrySet()) { in runInstrumentation()
|
/tools/tradefederation/contrib/src/com/android/media/tests/ |
D | CameraTestBase.java | 112 private Map<String, String> mInstrArgMap = new HashMap<>(); field in CameraTestBase 847 public Map<String, String> getInstrumentationArgMap() { return mInstrArgMap; } in getInstrumentationArgMap()
|