Searched defs:testMethod (Results 1 – 3 of 3) sorted by relevance
/tools/tradefederation/contrib/src/com/android/media/tests/ |
D | CameraPerformanceTest.java | 164 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/ |
D | ApiFinderDetectorTest.kt | 72 fun testMethod() { in testKotlin() method
|
/tools/tradefederation/core/src/com/android/tradefed/result/ |
D | JUnitToInvocationResultForwarder.java | 145 Method testMethod = test.getClass().getMethod(testName); in getTestId() local
|