Home
last modified time | relevance | path

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

/cts/hostsidetests/inputmethodservice/common/src/android/inputmethodservice/cts/common/test/
DTestInfo.java28 public final String testMethod; field in TestInfo
30 public TestInfo(String testPackage, String testClass, String testMethod) { in TestInfo()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/
DSensorCtsVerifierTestActivity.java61 Method testMethod = testMethodIt.next(); in executeTests() local
105 private SensorTestDetails executeTest(Method testMethod) throws InterruptedException { in executeTest()
145 public TestNode(Method testMethod) { in TestNode()
/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
DCddCoverage.java41 public void addCoverage(String cddRequirementId, TestMethod testMethod) { in addCoverage()
81 public void addTestMethod(TestMethod testMethod) { in addTestMethod()
95 TestMethod(String testModule, String testClass, String testMethod) { in TestMethod()
DCtsApiCoverage.java402 CddCoverage.TestMethod testMethod = in addCddJarCoverage() local
405 cddCoverage.addCoverage(cddTest.requirement(), testMethod); in addCddJarCoverage() local
447 CddCoverage.TestMethod testMethod = in handleAnnotations() local
/cts/hostsidetests/inputmethodservice/deviceside/devicetest/src/android/inputmethodservice/cts/devicetest/
DTestHelper.java87 final Method testMethod = getTestMethod(); in TestHelper() local
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DCrossProfileAppsHostSideTest.java151 int fromUserId, int targetUserId, String testClass, @Nullable String testMethod) in runDeviceTest()
DManagedProfileTest.java1651 final String testMethod = in verifyUnifiedPassword() local
/cts/hostsidetests/usb/src/com/android/cts/usb/
DTestUsbTest.java94 private void runTestOnDevice(String testMethod) throws DeviceNotAvailableException { in runTestOnDevice()
/cts/tools/utils/
DCollectAllTests.java366 Method testMethod = testClass.getMethod(testName, (Class[])null); in getAnnotation() local