/cts/hostsidetests/packagemanager/dynamicmime/src/android/dynamicmime/cts/ |
D | RebootTestCaseBase.java | 42 protected void runTestWithReboot(String testClassName, String testMethodName) in runTestWithReboot() argument 44 runPreReboot(testClassName, testMethodName); in runTestWithReboot() 47 runPostReboot(testClassName, testMethodName); in runTestWithReboot() 50 protected void runPostReboot(String testClassName, String testMethodName) in runPostReboot() argument 53 testMethodName); in runPostReboot() 60 protected void runPreReboot(String testClassName, String testMethodName) in runPreReboot() argument 63 testMethodName); in runPreReboot()
|
D | PreferredActivitiesTestCases.java | 87 private void runDeviceTest(String testMethodName) throws DeviceNotAvailableException { in runDeviceTest() argument 89 testMethodName); in runDeviceTest()
|
/cts/hostsidetests/classloaders/useslibrary/src/android/classloaders/cts/ |
D | Utils.java | 37 String testMethodName) throws DeviceNotAvailableException { in runDeviceTests() argument 38 runDeviceTests(device, packageName, testClassName, testMethodName, USER_SYSTEM, null); in runDeviceTests() 42 String testMethodName, Map<String, String> testArgs) in runDeviceTests() argument 44 runDeviceTests(device, packageName, testClassName, testMethodName, USER_SYSTEM, testArgs); in runDeviceTests() 48 String testMethodName, int userId) throws DeviceNotAvailableException { in runDeviceTests() argument 49 runDeviceTests(device, packageName, testClassName, testMethodName, userId, null); in runDeviceTests() 53 String testMethodName, int userId, Map<String, String> testArgs) in runDeviceTests() argument 56 runDeviceTests(device, packageName, testClassName, testMethodName, userId, testArgs, in runDeviceTests() 61 String testMethodName, int userId, Map<String, String> testArgs, long timeout, in runDeviceTests() argument 71 if (testClassName != null && testMethodName != null) { in runDeviceTests() [all …]
|
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/ |
D | Utils.java | 74 String testClassName, String testMethodName) throws DeviceNotAvailableException { in runDeviceTestsAsCurrentUser() argument 75 runDeviceTests(device, packageName, testClassName, testMethodName, device.getCurrentUser(), in runDeviceTestsAsCurrentUser() 80 String testClassName, String testMethodName, Map<String, String> testArgs) in runDeviceTestsAsCurrentUser() argument 82 runDeviceTests(device, packageName, testClassName, testMethodName, device.getCurrentUser(), in runDeviceTestsAsCurrentUser() 87 String testMethodName) throws DeviceNotAvailableException { in runDeviceTests() argument 88 runDeviceTests(device, packageName, testClassName, testMethodName, USER_SYSTEM, null); in runDeviceTests() 92 String testMethodName, Map<String, String> testArgs) in runDeviceTests() argument 94 runDeviceTests(device, packageName, testClassName, testMethodName, USER_SYSTEM, testArgs); in runDeviceTests() 98 String testMethodName, int userId) throws DeviceNotAvailableException { in runDeviceTests() argument 99 runDeviceTests(device, packageName, testClassName, testMethodName, userId, null); in runDeviceTests() [all …]
|
D | AccessSerialNumberTest.java | 38 private void runDeviceTests(String packageName, String testClassName, String testMethodName) in runDeviceTests() argument 40 Utils.runDeviceTests(getDevice(), packageName, testClassName, testMethodName); in runDeviceTests() local
|
D | PermissionEscalationTest.java | 80 private void runDeviceTests(String packageName, String testClassName, String testMethodName) in runDeviceTests() argument 82 Utils.runDeviceTestsAsCurrentUser(getDevice(), packageName, testClassName, testMethodName); in runDeviceTests() local
|
D | RoleSecurityTest.java | 79 String testMethodName, int userId) throws Exception { in runDeviceTestsAsUser() argument 80 Utils.runDeviceTests(getDevice(), packageName, testClassName, testMethodName, userId); in runDeviceTestsAsUser() local
|
D | BaseAppSecurityTest.java | 69 String testMethodName, boolean instant) throws DeviceNotAvailableException { in runDeviceTests() argument 77 Utils.runDeviceTestsAsCurrentUser(getDevice(), packageName, testClassName, testMethodName, in runDeviceTests() local
|
D | KeySetHostTest.java | 167 private boolean runDeviceTests(String pkgName, String testClassName, String testMethodName) in runDeviceTests() argument 169 TestRunResult runResult = doRunTests(pkgName, testClassName, testMethodName); in runDeviceTests() 181 String testMethodName) throws DeviceNotAvailableException { in doRunTests() argument 185 if (testClassName != null && testMethodName != null) { in doRunTests() 186 testRunner.setMethodName(testClassName, testMethodName); in doRunTests()
|
/cts/hostsidetests/webkit/src/com/android/cts/webkit/ |
D | WebViewHostSideStartupTest.java | 49 private void assertDeviceTestPasses(String testMethodName) throws DeviceNotAvailableException { in assertDeviceTestPasses() argument 52 testMethodName); in assertDeviceTestPasses() 63 String testMethodName) throws DeviceNotAvailableException { in runSingleDeviceTest() argument 68 testRunner.setMethodName(testClassName, testMethodName); in runSingleDeviceTest()
|
/cts/hostsidetests/media/src/android/media/cts/ |
D | BaseMediaHostSideTest.java | 74 String pkgName, @Nullable String testClassName, @Nullable String testMethodName) in runDeviceTests() argument 76 RemoteAndroidTestRunner testRunner = getTestRunner(pkgName, testClassName, testMethodName); in runDeviceTests() 113 String pkgName, String testClassName, String testMethodName) { in getTestRunner() argument 123 if (testClassName != null && testMethodName != null) { in getTestRunner() 124 testRunner.setMethodName(testClassName, testMethodName); in getTestRunner()
|
/cts/hostsidetests/settings/src/com/google/android/cts/settings/ |
D | PrivacyDeviceOwnerTest.java | 154 private void executeDeviceOwnerTest(String testMethodName) throws Exception { in executeDeviceOwnerTest() argument 158 runDeviceTests(DEVICE_OWNER_PKG, testClass, testMethodName)); in executeDeviceOwnerTest() 180 String pkgName, @Nullable String testClassName, @Nullable String testMethodName) in runDeviceTests() argument 191 if (testClassName != null && testMethodName != null) { in runDeviceTests() 192 testRunner.setMethodName(testClassName, testMethodName); in runDeviceTests() 198 CLog.i("Running %s.%s on user %d", testClassName, testMethodName, mTestUserId); in runDeviceTests()
|
/cts/hostsidetests/packagemanager/multiuser/src/com/android/tests/packagemanager/multiuser/host/ |
D | PackageManagerMultiUserTestBase.java | 69 @Nullable String testMethodName, int userId, in runDeviceTestAsUser() argument 80 testMethodName, in runDeviceTestAsUser() local 90 protected void runDeviceTestAsUser(String testMethodName, int userId, in runDeviceTestAsUser() argument 93 runDeviceTestAsUser(TEST_PACKAGE, TEST_CLASS, testMethodName, userId, params); in runDeviceTestAsUser()
|
/cts/tests/tests/sdksandbox/webkit/src/android/sdksandbox/webkit/cts/ |
D | WebViewSandboxTestRule.java | 69 public void assertSdkTestRunPasses(String testMethodName, Bundle params) throws Throwable { in assertSdkTestRunPasses() argument 72 super.assertSdkTestRunPasses(testMethodName, params); in assertSdkTestRunPasses()
|
/cts/hostsidetests/content/src/android/content/cts/ |
D | InvalidSyncAuthoritiesHostTest.java | 75 private void runDeviceTests(String packageName, String testClassName, String testMethodName) in runDeviceTests() argument 77 Utils.runDeviceTests(getDevice(), packageName, testClassName, testMethodName); in runDeviceTests() local
|
D | BaseContextCrossProfileTest.java | 140 String testMethodName, int userId, Map<String, String> testArgs, long timeout, in runDeviceTests() argument 150 if (testClassName != null && testMethodName != null) { in runDeviceTests() 151 testRunner.setMethodName(testClassName, testMethodName); in runDeviceTests()
|
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/lib/ |
D | DeviceUtils.java | 84 @Nullable String testClassName, @Nullable String testMethodName) in runDeviceTests() argument 86 return internalRunDeviceTests(device, pkgName, testClassName, testMethodName, null); in runDeviceTests() 102 @Nullable String testClassName, @Nullable String testMethodName, in runDeviceTests() argument 105 return internalRunDeviceTests(device, pkgName, testClassName, testMethodName, listener); in runDeviceTests() 109 @Nullable String testClassName, @Nullable String testMethodName, in internalRunDeviceTests() argument 118 if (testClassName != null && testMethodName != null) { in internalRunDeviceTests() 119 testRunner.setMethodName(testClassName, testMethodName); in internalRunDeviceTests() 161 @Nullable String testClassName, @Nullable String testMethodName) in runDeviceTestsOnStatsdApp() argument 163 return runDeviceTests(device, STATSD_ATOM_TEST_PKG, testClassName, testMethodName); in runDeviceTestsOnStatsdApp()
|
/cts/hostsidetests/securitybulletin/src/android/security/cts/ |
D | Bug_261036568.java | 79 String testMethodName, Map<String, String> testArgs) in runDeviceTestsWithArgs() argument 88 testMethodName, in runDeviceTestsWithArgs()
|
/cts/hostsidetests/media/src/android/media/session/cts/ |
D | MediaSessionManagerHostTest.java | 330 private void runTest(String testMethodName) throws DeviceNotAvailableException { in runTest() argument 331 runTestAsUser(testMethodName, getUserIdForTesting()); in runTest() 334 private void runTestAsUser(String testMethodName, int userId) in runTestAsUser() argument 336 runDeviceTests(DEVICE_SIDE_TEST_PKG, DEVICE_SIDE_TEST_CLASS, testMethodName, userId); in runTestAsUser()
|
/cts/tests/inputmethod/util/src/android/view/inputmethod/cts/util/ |
D | EndToEndImeTestBase.java | 123 final String testMethodName = mTestName.getMethodName(); in verifyAppModeConsistency() local 124 final String fullTestMethodName = thisClass.getSimpleName() + "#" + testMethodName; in verifyAppModeConsistency() 128 testMethod = thisClass.getMethod(testMethodName); in verifyAppModeConsistency()
|
/cts/hostsidetests/packagemanager/stats/src/com/android/cts/packagemanager/stats/host/ |
D | Utils.java | 55 String testClassName, String testMethodName, Map<String, String> testArgs) in runDeviceTests() argument 63 if (testClassName != null && testMethodName != null) { in runDeviceTests() 64 testRunner.setMethodName(testClassName, testMethodName); in runDeviceTests()
|
/cts/hostsidetests/atrace/src/android/atrace/cts/ |
D | AtraceHostTestBase.java | 137 String testClassName, String testMethodName) in runDeviceTests() argument 146 if (testClassName != null && testMethodName != null) { in runDeviceTests() 147 testRunner.setMethodName(testClassName, testMethodName); in runDeviceTests()
|
/cts/hostsidetests/dumpsys/src/android/dumpsys/cts/ |
D | BaseDumpsysTest.java | 162 @Nullable String testClassName, @Nullable String testMethodName) in runDeviceTests() argument 170 if (testClassName != null && testMethodName != null) { in runDeviceTests() 171 testRunner.setMethodName(testClassName, testMethodName); in runDeviceTests()
|
/cts/hostsidetests/accounts/src/android/host/accounts/ |
D | AccountManagerXUserTest.java | 209 String testMethodName, int userId, Map<String, String> testArgs, long timeout, in runDeviceTests() argument 219 if (testClassName != null && testMethodName != null) { in runDeviceTests() 220 testRunner.setMethodName(testClassName, testMethodName); in runDeviceTests()
|
/cts/hostsidetests/packagemanager/preferredactivity/src/com/android/cts/packagemanager/preferredactivity/host/ |
D | PreferredActivityTests.java | 116 String testMethodName, Map<String, String> testArgs) throws Exception { in runDeviceTestsWithArgs() argument 120 return runDeviceTests(getDevice(), testRunner, pkgName, testClassName, testMethodName, in runDeviceTestsWithArgs()
|