Home
last modified time | relevance | path

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

/tools/tradefederation/contrib/src/com/android/media/tests/
DCameraTestBase.java199 Map<String, String> instrArgMap = getInstrumentationArgMap(); in runInstrumentationTest()
203 for (Map.Entry<String, String> entry : getInstrumentationArgMap().entrySet()) { in runInstrumentationTest()
843 public Map<String, String> getInstrumentationArgMap() { return mInstrArgMap; } in getInstrumentationArgMap() method in CameraTestBase