Home
last modified time | relevance | path

Searched defs:testMethod (Results 1 – 3 of 3) sorted by relevance

/tools/tradefederation/contrib/src/com/android/media/tests/
DCameraPerformanceTest.java164 String testMethod = metric.getKey(); in parseResult() local
205 String testMethod; // "testSingleCapture" field in CameraPerformanceTest.CtsMetric
222 String testMethod, in CtsMetric()
237 public boolean matches(String testMethod, String kpiName) { in matches()
285 public abstract Map<String, String> parse(String result, String testMethod); in parse()
287 protected Map<String, String> filter(List<CtsMetric> metrics, String testMethod) { in filter()
347 public Map<String, String> parse(String result, String testMethod) { in parse()
353 void parseToCtsMetrics(String result, String testMethod) { in parseToCtsMetrics()
443 public Map<String, String> parse(String result, String testMethod) { in parse()
/tools/apifinder/checks/src/test/java/com/android/apifinder/
DApiFinderDetectorTest.kt72 fun testMethod() { in testKotlin() method
/tools/tradefederation/core/src/com/android/tradefed/result/
DJUnitToInvocationResultForwarder.java145 Method testMethod = test.getClass().getMethod(testName); in getTestId() local