Searched refs:getInstrumentationArgMap (Results 1 – 1 of 1) sorted by relevance
199 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