Searched defs:testMethod (Results 1 – 9 of 9) sorted by relevance
/cts/hostsidetests/inputmethodservice/common/src/android/inputmethodservice/cts/common/test/ |
D | TestInfo.java | 28 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/ |
D | SensorCtsVerifierTestActivity.java | 61 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/ |
D | CddCoverage.java | 41 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()
|
D | CtsApiCoverage.java | 402 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/ |
D | TestHelper.java | 87 final Method testMethod = getTestMethod(); in TestHelper() local
|
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/ |
D | CrossProfileAppsHostSideTest.java | 151 int fromUserId, int targetUserId, String testClass, @Nullable String testMethod) in runDeviceTest()
|
D | ManagedProfileTest.java | 1651 final String testMethod = in verifyUnifiedPassword() local
|
/cts/hostsidetests/usb/src/com/android/cts/usb/ |
D | TestUsbTest.java | 94 private void runTestOnDevice(String testMethod) throws DeviceNotAvailableException { in runTestOnDevice()
|
/cts/tools/utils/ |
D | CollectAllTests.java | 366 Method testMethod = testClass.getMethod(testName, (Class[])null); in getAnnotation() local
|