Home
last modified time | relevance | path

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

/frameworks/base/test-runner/src/android/test/suitebuilder/annotation/
DHasAnnotation.java41 public boolean apply(TestMethod testMethod) { in apply()
DHasMethodAnnotation.java38 public boolean apply(TestMethod testMethod) { in apply()
DHasClassAnnotation.java38 public boolean apply(TestMethod testMethod) { in apply()
/frameworks/base/test-runner/src/android/test/suitebuilder/
DAssignableFrom.java29 public boolean apply(TestMethod testMethod) { in apply()
DTestSuiteBuilder.java258 private void addTest(TestMethod testMethod) throws Exception { in addTest()
/frameworks/base/test-runner/tests/src/android/test/suitebuilder/annotation/
DHasClassAnnotationTest.java41 TestMethod testMethod = new TestMethod(method, aClass); in classHasAnnotation() local
DHasMethodAnnotationTest.java43 TestMethod testMethod = new TestMethod(method, aClass); in methodHasAnnotation() local
DHasAnnotationTest.java47 TestMethod testMethod = new TestMethod(method, aClass); in hasExampleAnnotation() local
/frameworks/base/core/tests/utillib/src/android/test/
DBandwidthTestCase.java75 final Method testMethod = method; in runTest() local
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
DMediaRecorderStateUnitTestTemplate.java55 public void runTestOnMethod(MediaRecorderMethodUnderTest testMethod) { in runTestOnMethod()
DMediaPlayerStateUnitTestTemplate.java79 public void runTestOnMethod(MediaPlayerMethodUnderTest testMethod) { in runTestOnMethod()
/frameworks/base/core/java/android/test/
DInstrumentationTestCase.java184 final Method testMethod = method; in runTest() local
/frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/
DUiAutomatorTestRunner.java293 Method testMethod = null; in startTest() local
/frameworks/base/test-runner/src/android/test/
DInstrumentationTestRunner.java777 Method testMethod = null; in startTest() local