Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/
DSensorCtsVerifierTestActivity.java86 private SensorTestDetails executeTest(Method testMethod) throws InterruptedException { in executeTest()
127 public TestNode(Method testMethod) { in TestNode()
/cts/tools/utils/
DCollectAllTests.java366 Method testMethod = testClass.getMethod(testName, (Class[])null); in getAnnotation() local