/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/ |
D | Utils.java | 41 String testClassName, String testMethodName) throws DeviceNotAvailableException { in runDeviceTestsAsCurrentUser() 47 String testClassName, String testMethodName, Map<String, String> testArgs) in runDeviceTestsAsCurrentUser() argument 54 String testMethodName) throws DeviceNotAvailableException { in runDeviceTests() 59 String testMethodName, Map<String, String> testArgs) in runDeviceTests() argument 65 String testMethodName, int userId) throws DeviceNotAvailableException { in runDeviceTests() 70 String testMethodName, int userId, Map<String, String> testArgs) in runDeviceTests() argument 78 String testMethodName, int userId, Map<String, String> testArgs, long timeout, in runDeviceTests() argument
|
D | DocumentsTestCase.java | 57 public void runDeviceTests(String packageName, String testClassName, String testMethodName) in runDeviceTests() 59 Utils.runDeviceTests(getDevice(), packageName, testClassName, testMethodName, in runDeviceTests() local
|
D | AccessSerialNumberTest.java | 37 private void runDeviceTests(String packageName, String testClassName, String testMethodName) in runDeviceTests() 39 Utils.runDeviceTests(getDevice(), packageName, testClassName, testMethodName); in runDeviceTests() local
|
D | RoleSecurityTest.java | 79 String testMethodName, int userId) throws Exception { in runDeviceTestsAsUser() 80 Utils.runDeviceTests(getDevice(), packageName, testClassName, testMethodName, userId); in runDeviceTestsAsUser() local
|
D | PermissionEscalationTest.java | 80 private void runDeviceTests(String packageName, String testClassName, String testMethodName) in runDeviceTests() 82 Utils.runDeviceTestsAsCurrentUser(getDevice(), packageName, testClassName, testMethodName); in runDeviceTests() local
|
D | DirectBootHostTest.java | 192 String packageName, String testClassName, String testMethodName) in runDeviceTestsAsCurrentUser() 194 Utils.runDeviceTestsAsCurrentUser(getDevice(), packageName, testClassName, testMethodName); in runDeviceTestsAsCurrentUser() local
|
D | PrivilegedUpdateTests.java | 181 private void runDeviceTests(String packageName, String testClassName, String testMethodName) in runDeviceTests() 183 Utils.runDeviceTests(getDevice(), packageName, testClassName, testMethodName); in runDeviceTests() local
|
D | BaseAppSecurityTest.java | 70 String testMethodName, boolean instant) throws DeviceNotAvailableException { in runDeviceTests() 78 Utils.runDeviceTestsAsCurrentUser(getDevice(), packageName, testClassName, testMethodName, in runDeviceTests() local
|
D | StorageHostTest.java | 232 public void runDeviceTests(String packageName, String testClassName, String testMethodName, in runDeviceTests() 237 public void runDeviceTests(String packageName, String testClassName, String testMethodName, in runDeviceTests()
|
D | AppSecurityTests.java | 299 private void runCrossPackageInstallerDeviceTest(String pkgName, String testMethodName) in runCrossPackageInstallerDeviceTest() 304 testMethodName, null, 10 * 60 * 1000L, 10 * 60 * 1000L, 0L, true, false, arguments); in runCrossPackageInstallerDeviceTest() local
|
D | MajorVersionTest.java | 137 private void runVersionDeviceTests(String testMethodName) throws Exception { in runVersionDeviceTests()
|
/cts/hostsidetests/classloaders/useslibrary/src/android/classloaders/cts/ |
D | Utils.java | 36 String testMethodName) throws DeviceNotAvailableException { in runDeviceTests() 41 String testMethodName, Map<String, String> testArgs) in runDeviceTests() argument 47 String testMethodName, int userId) throws DeviceNotAvailableException { in runDeviceTests() 52 String testMethodName, int userId, Map<String, String> testArgs) in runDeviceTests() argument 60 String testMethodName, int userId, Map<String, String> testArgs, long timeout, in runDeviceTests() argument
|
/cts/hostsidetests/content/src/android/content/cts/ |
D | InvalidSyncAuthoritiesHostTest.java | 75 private void runDeviceTests(String packageName, String testClassName, String testMethodName) in runDeviceTests() 77 Utils.runDeviceTests(getDevice(), packageName, testClassName, testMethodName); in runDeviceTests() local
|
/cts/hostsidetests/webkit/src/com/android/cts/webkit/ |
D | WebViewHostSideStartupTest.java | 70 private void assertDeviceTestPasses(String testMethodName) throws DeviceNotAvailableException { in assertDeviceTestPasses() 84 String testMethodName) throws DeviceNotAvailableException { in runSingleDeviceTest()
|
/cts/hostsidetests/packagemanager/dynamicmime/src/android/dynamicmime/cts/ |
D | RebootTestCases.java | 213 private void runTestWithReboot(String testClassName, String testMethodName) in runTestWithReboot() 220 private void runPostReboot(String testClassName, String testMethodName) in runPostReboot() 226 private void runPreReboot(String testClassName, String testMethodName) in runPreReboot()
|
D | PreferredActivitiesTestCases.java | 71 private void runDeviceTest(String testMethodName) throws DeviceNotAvailableException { in runDeviceTest()
|
/cts/hostsidetests/packagemanager/multiuser/src/com/android/tests/packagemanager/multiuser/host/ |
D | PackageManagerMultiUserTestBase.java | 67 @Nullable String testMethodName, int userId, in runDeviceTestAsUser() 78 testMethodName, in runDeviceTestAsUser() local 88 protected void runDeviceTestAsUser(String testMethodName, int userId, in runDeviceTestAsUser()
|
/cts/hostsidetests/media/src/android/media/cts/ |
D | BaseMediaHostSideTest.java | 74 String pkgName, @Nullable String testClassName, @Nullable String testMethodName) in runDeviceTests() 113 String pkgName, String testClassName, String testMethodName) { in getTestRunner()
|
/cts/tests/inputmethod/src/android/view/inputmethod/cts/util/ |
D | EndToEndImeTestBase.java | 50 final String testMethodName = mTestName.getMethodName(); in verifyAppModeConsistency() local
|
/cts/hostsidetests/media/src/android/media/session/cts/ |
D | MediaSessionManagerHostTest.java | 287 private void runTest(String testMethodName) throws DeviceNotAvailableException { in runTest() 291 private void runTestAsUser(String testMethodName, int userId) in runTestAsUser()
|
/cts/hostsidetests/incident/src/com/android/server/cts/ |
D | AppWidgetIncidentTest.java | 108 private WidgetProto prepare(String testMethodName) throws Exception { in prepare()
|
/cts/hostsidetests/settings/src/com/google/android/cts/settings/ |
D | PrivacyDeviceOwnerTest.java | 151 private void executeDeviceOwnerTest(String testMethodName) throws Exception { in executeDeviceOwnerTest() 177 String pkgName, @Nullable String testClassName, @Nullable String 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
|
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/statsd/ |
D | BaseTestCase.java | 130 @Nullable String testClassName, @Nullable String testMethodName) in runDeviceTests()
|
/cts/hostsidetests/tv/src/com/android/cts/tv/ |
D | TvInputManagerServiceHostTest.java | 176 private void runTvInputServiceTest(String testMethodName) in runTvInputServiceTest() 179 "android.media.tv.cts.TvInputServiceTest", testMethodName); in runTvInputServiceTest() local
|