Searched refs:mTestCaseMap (Results 1 – 1 of 1) sorted by relevance
64 private HashMap<String, Class> mTestCaseMap = new HashMap<String, Class>(); field in CameraPerformanceActivity200 mTestCaseMap.put(method.getName(), testClass); in initializeTestCases()236 Class testClass = mTestCaseMap.get(mTestId); in performTest()253 Set<String> testCaseNames = mTestCaseMap.keySet(); in setupTests()