Home
last modified time | relevance | path

Searched defs:testMethod (Results 1 – 8 of 8) 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/hostsidetests/blobstore/src/com/android/cts/host/blob/
DBaseBlobStoreHostTest.java45 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/
DSensorCtsVerifierTestActivity.java76 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/
DCddCoverage.java42 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/
DCrossProfileAppsHostSideTest.java287 …id verifyCrossProfileAppsApi(int fromUserId, int targetUserId, String testClass, String testMethod) in verifyCrossProfileAppsApi()
293 int fromUserId, int targetUserId, String testClass, @Nullable String testMethod) in runDeviceTest()
DManagedProfilePasswordTest.java238 final String testMethod = in verifyUnifiedPassword() local
/cts/hostsidetests/inputmethodservice/deviceside/devicetest/src/android/inputmethodservice/cts/devicetest/
DTestHelper.java87 final Method testMethod = getTestMethod(); in TestHelper() local
/cts/hostsidetests/usb/src/com/android/cts/usb/
DTestUsbTest.java94 private void runTestOnDevice(String testMethod) throws DeviceNotAvailableException { in runTestOnDevice()