Home
last modified time | relevance | path

Searched refs:testMethods (Results 1 – 3 of 3) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/
DSensorCtsVerifierTestActivity.java74 ArrayList<Method> testMethods = new ArrayList<>(); in findTestMethods() local
80 testMethods.add(method); in findTestMethods()
83 return testMethods; in findTestMethods()
/cts/tests/tests/database/src/android/database/sqlite/cts/
DSQLiteQueryTest.java22 public void testMethods() { in testMethods() method in SQLiteQueryTest
/cts/tools/utils/
DCollectAllTests.java403 Method[] testMethods = testClass.getMethods(); in addToTests() local
404 for (Method testMethod : testMethods) { in addToTests()