Home
last modified time | relevance | path

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

/cts/hostsidetests/appsearch/src/android/appsearch/cts/
DAppSearchHostTestBase.java44 protected void runDeviceTestAsUserInPkgA(@Nonnull String testMethod, int userId) in runDeviceTestAsUserInPkgA()
47 runDeviceTests(getDevice(), TARGET_PKG_A, TEST_CLASS_A, testMethod, userId, in runDeviceTestAsUserInPkgA() local
51 protected void runDeviceTestAsUserInPkgA(@Nonnull String testMethod, int userId, in runDeviceTestAsUserInPkgA()
65 protected void runStorageAugmenterDeviceTestAsUserInPkgA(@Nonnull String testMethod, int userId) in runStorageAugmenterDeviceTestAsUserInPkgA()
69 testMethod, userId, DEFAULT_INSTRUMENTATION_TIMEOUT_MS)).isTrue(); in runStorageAugmenterDeviceTestAsUserInPkgA() local
72 protected void runContactsIndexerDeviceTestAsUserInPkgA(@Nonnull String testMethod, int userId, in runContactsIndexerDeviceTestAsUserInPkgA()
86 protected void runDeviceTestAsUserInPkgB(@Nonnull String testMethod, int userId) in runDeviceTestAsUserInPkgB()
89 runDeviceTests(getDevice(), TARGET_PKG_B, TEST_CLASS_B, testMethod, userId, in runDeviceTestAsUserInPkgB() local
DAppSearchInstantAppTest.java52 private void runDeviceTestAsUserInPkgA(@Nonnull String testMethod, int userId) in runDeviceTestAsUserInPkgA()
55 runDeviceTests(getDevice(), TARGET_PKG_A, TEST_CLASS_A, testMethod, userId, in runDeviceTestAsUserInPkgA() local
/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.java76 Method testMethod = testMethodIt.next(); in executeTests() local
122 private SensorTestDetails executeTest(Method testMethod) throws InterruptedException { in executeTest()
164 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/
DHeadlessSystemUserDeviceOwnerTest.java56 private void executeDeviceTest(String testMethod) throws Exception { in executeDeviceTest()
DManagedProfilePasswordTest.java215 final String testMethod = in verifyUnifiedPassword() local
DDeviceOwnerTest.java1198 private void executeCreateAndManageUserTest(String testMethod) throws Exception { in executeCreateAndManageUserTest()
1207 private void executeListForegroundAffiliatedUsersTest(String testMethod) throws Exception { in executeListForegroundAffiliatedUsersTest()
/cts/tests/tests/content/HelloWorldApp/src_res_hardening/com/example/helloworld/
DTestActivity.java58 final Method testMethod = TestUtils.class.getMethod(testName, Resources.class, in runTest() local
/cts/hostsidetests/blobstore/src/com/android/cts/host/blob/
DBaseBlobStoreHostTest.java59 protected void runDeviceTest(String testPkg, String testClass, String testMethod) in runDeviceTest()
64 protected void runDeviceTestAsUser(String testPkg, String testClass, String testMethod, in runDeviceTestAsUser()
69 protected void runDeviceTest(String testPkg, String testClass, String testMethod, in runDeviceTest()
74 protected void runDeviceTestAsUser(String testPkg, String testClass, String testMethod, in runDeviceTestAsUser()
/cts/tests/inputmethod/util/src/android/view/inputmethod/cts/util/
DEndToEndImeTestBase.java81 final Method testMethod; in verifyAppModeConsistency() local
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/appexit/
DAppExitHostTest.java125 private void performLogStatsdTest(String testMethod, String targetPackage, int expectedSize, in performLogStatsdTest()
134 DeviceUtils.runDeviceTests(getDevice(), TEST_PKG, TEST_CLASS, testMethod); in performLogStatsdTest() local
/cts/hostsidetests/appcloning/hostside/src/com/android/cts/appcloning/
DAppCloningBaseHostTest.java98 protected void runDeviceTestAsUserInPkgA(@Nonnull String testMethod, int userId, in runDeviceTestAsUserInPkgA()
/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()