Home
last modified time | relevance | path

Searched refs:testMethods (Results 1 – 5 of 5) 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.java395 Method[] testMethods = testClass.getMethods(); in addToTests() local
396 for (Method testMethod : testMethods) { in addToTests()
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DRotateDrawableTest.java176 public void testMethods() { in testMethods() method in RotateDrawableTest
DGradientDrawableTest.java201 public void testMethods() { in testMethods() method in GradientDrawableTest