Searched defs:testMethod (Results 1 – 8 of 8) 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/hostsidetests/blobstore/src/com/android/cts/host/blob/ |
D | BaseBlobStoreHostTest.java | 45 protected void runDeviceTest(String testPkg, String testClass, String testMethod) in runDeviceTest() 50 protected void runDeviceTestAsUser(String testPkg, String testClass, String testMethod, in runDeviceTestAsUser() 55 protected void runDeviceTest(String testPkg, String testClass, String testMethod, in runDeviceTest() 60 protected void runDeviceTestAsUser(String testPkg, String testClass, String testMethod, in runDeviceTestAsUser()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/ |
D | SensorCtsVerifierTestActivity.java | 76 Method testMethod = testMethodIt.next(); in executeTests() local 122 private SensorTestDetails executeTest(Method testMethod) throws InterruptedException { in executeTest() 162 public TestNode(Method testMethod) { in TestNode()
|
/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/ |
D | CddCoverage.java | 42 public void addCoverage(String cddRequirementId, TestMethod testMethod) { in addCoverage() 82 public void addTestMethod(TestMethod testMethod) { in addTestMethod() 96 TestMethod(String testModule, String testClass, String testMethod) { in TestMethod()
|
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/ |
D | CrossProfileAppsHostSideTest.java | 287 …id verifyCrossProfileAppsApi(int fromUserId, int targetUserId, String testClass, String testMethod) in verifyCrossProfileAppsApi() 293 int fromUserId, int targetUserId, String testClass, @Nullable String testMethod) in runDeviceTest()
|
D | ManagedProfilePasswordTest.java | 238 final String testMethod = in verifyUnifiedPassword() local
|
/cts/hostsidetests/inputmethodservice/deviceside/devicetest/src/android/inputmethodservice/cts/devicetest/ |
D | TestHelper.java | 87 final Method testMethod = getTestMethod(); in TestHelper() local
|
/cts/hostsidetests/usb/src/com/android/cts/usb/ |
D | TestUsbTest.java | 94 private void runTestOnDevice(String testMethod) throws DeviceNotAvailableException { in runTestOnDevice()
|