Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/
DSensorCtsVerifierTestActivity.java110 ArrayList<Method> testMethods = new ArrayList<>(); in findTestMethods() local
116 testMethods.add(method); in findTestMethods()
119 return testMethods; in findTestMethods()
/cts/tests/tests/database/src/android/database/sqlite/cts/
DSQLiteQueryTest.java22 public void testMethods() { in testMethods() method in SQLiteQueryTest