Home
last modified time | relevance | path

Searched refs:runDeviceTests (Results 1 – 25 of 128) sorted by relevance

123456

/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DAppDataIsolationTests.java123 runDeviceTests(APPA_PKG, APPA_CLASS, APPA_METHOD_CHECK_CE_DATA_DOES_NOT_EXIST); in testAppAbleToAccessItsDataAfterForceStop()
124 runDeviceTests(APPA_PKG, APPA_CLASS, APPA_METHOD_CHECK_DE_DATA_DOES_NOT_EXIST); in testAppAbleToAccessItsDataAfterForceStop()
125 runDeviceTests(APPA_PKG, APPA_CLASS, APPA_METHOD_CHECK_EXTERNAL_DIRS_DO_NOT_EXIST); in testAppAbleToAccessItsDataAfterForceStop()
128 runDeviceTests(APPA_PKG, APPA_CLASS, APPA_METHOD_CREATE_CE_DE_DATA); in testAppAbleToAccessItsDataAfterForceStop()
129 runDeviceTests(APPA_PKG, APPA_CLASS, APPA_METHOD_CREATE_EXTERNAL_DIRS); in testAppAbleToAccessItsDataAfterForceStop()
133 runDeviceTests(APPA_PKG, APPA_CLASS, APPA_METHOD_CHECK_CE_DATA_EXISTS); in testAppAbleToAccessItsDataAfterForceStop()
134 runDeviceTests(APPA_PKG, APPA_CLASS, APPA_METHOD_CHECK_DE_DATA_EXISTS); in testAppAbleToAccessItsDataAfterForceStop()
135 runDeviceTests(APPA_PKG, APPA_CLASS, APPA_METHOD_CHECK_EXTERNAL_DIRS_DO_EXIST); in testAppAbleToAccessItsDataAfterForceStop()
136 runDeviceTests(APPA_PKG, APPA_CLASS, APPA_METHOD_CHECK_CUR_PROFILE_ACCESSIBLE); in testAppAbleToAccessItsDataAfterForceStop()
137 runDeviceTests(APPA_PKG, APPA_CLASS, APPA_METHOD_CHECK_REF_PROFILE_ACCESSIBLE); in testAppAbleToAccessItsDataAfterForceStop()
[all …]
DAdoptableHostTest.java163 runDeviceTests(PKG, CLASS, "testDataInternal"); in testApps()
164 runDeviceTests(PKG, CLASS, "testDataWrite"); in testApps()
165 runDeviceTests(PKG, CLASS, "testDataRead"); in testApps()
166 runDeviceTests(PKG, CLASS, "testNative"); in testApps()
176 runDeviceTests(PKG, CLASS, "testDataNotInternal"); in testApps()
177 runDeviceTests(PKG, CLASS, "testDataRead"); in testApps()
178 runDeviceTests(PKG, CLASS, "testNative"); in testApps()
186 runDeviceTests(PKG, CLASS, "testDataNotInternal"); in testApps()
187 runDeviceTests(PKG, CLASS, "testDataRead"); in testApps()
188 runDeviceTests(PKG, CLASS, "testNative"); in testApps()
[all …]
DDocumentsTest.java59 runDeviceTests(CLIENT_PKG, ".DocumentsClientTest", "testOpenSimple"); in testOpenSimple()
63 runDeviceTests(CLIENT_PKG, ".DocumentsClientTest", "testOpenVirtual"); in testOpenVirtual()
67 runDeviceTests(CLIENT_PKG, ".DocumentsClientTest", "testCreateNew"); in testCreateNew()
71 runDeviceTests(CLIENT_PKG, ".DocumentsClientTest", "testCreateExisting"); in testCreateExisting()
75 runDeviceTests(CLIENT_PKG, ".DocumentsClientTest", "testTree"); in testTree()
79 runDeviceTests(CLIENT_PKG, ".DocumentsClientTest", "testGetContent_rootsShowing"); in testGetContent_rootsShowing()
83 runDeviceTests(CLIENT_PKG, ".DocumentsClientTest", in testGetContentWithQuery_matchingFileShowing()
88 runDeviceTests(CLIENT_PKG, ".DocumentsClientTest", in testGetContent_returnsResultToCallingActivity()
93 runDeviceTests(CLIENT_PKG, ".DocumentsClientTest", "testTransferDocument"); in testTransferDocument()
97 runDeviceTests(CLIENT_PKG, ".DocumentsClientTest", "testFindDocumentPathInScopedAccess"); in testFindDocumentPathInScopedAccess()
[all …]
DExternalStorageHostTest.java149 runDeviceTests(WRITE_PKG, WRITE_CLASS, "testExternalStorageRename", user); in testExternalStorageRename()
169 runDeviceTests(NONE_PKG, COMMON_CLASS, user); in testExternalStorageNone29()
170 runDeviceTests(NONE_PKG, NONE_CLASS, user); in testExternalStorageNone29()
192 runDeviceTests(READ_PKG, COMMON_CLASS, user); in testExternalStorageRead29()
193 runDeviceTests(READ_PKG, READ_CLASS, user); in testExternalStorageRead29()
215 runDeviceTests(WRITE_PKG, COMMON_CLASS, user); in testExternalStorageWrite()
216 runDeviceTests(WRITE_PKG, WRITE_CLASS, user); in testExternalStorageWrite()
242 runDeviceTests(NONE_PKG, NONE_PKG + ".GiftTest", "testStageNonGifts", user); in testExternalStorageNoGifts()
243 runDeviceTests(READ_PKG, READ_PKG + ".ReadGiftTest", "testStageNonGifts", user); in testExternalStorageNoGifts()
244 runDeviceTests(WRITE_PKG, WRITE_PKG + ".WriteGiftTest", "testStageNonGifts", user); in testExternalStorageNoGifts()
[all …]
DReadableSettingsFieldsTest.java68 runDeviceTests(TEST_PACKAGE, TEST_CLASS, "testSecureNonHiddenSettingsKeysAreReadable"); in testSecureNonHiddenSettingsKeysAreReadable()
73 runDeviceTests(TEST_PACKAGE, TEST_CLASS, "testSystemNonHiddenSettingsKeysAreReadable"); in testSystemNonHiddenSettingsKeysAreReadable()
78 runDeviceTests(TEST_PACKAGE, TEST_CLASS, "testGlobalNonHiddenSettingsKeysAreReadable"); in testGlobalNonHiddenSettingsKeysAreReadable()
83 runDeviceTests(TEST_PACKAGE, TEST_CLASS, "testSecureSomeHiddenSettingsKeysAreReadable"); in testSecureSomeHiddenSettingsKeysAreReadable()
88 runDeviceTests(TEST_PACKAGE, TEST_CLASS, "testSystemSomeHiddenSettingsKeysAreReadable"); in testSystemSomeHiddenSettingsKeysAreReadable()
93 runDeviceTests(TEST_PACKAGE, TEST_CLASS, "testGlobalSomeHiddenSettingsKeysAreReadable"); in testGlobalSomeHiddenSettingsKeysAreReadable()
99 runDeviceTests(TEST_PACKAGE, TEST_CLASS, in testGlobalHiddenSettingsKeyNotReadableWithoutPermissions()
106 runDeviceTests(TEST_PACKAGE, TEST_CLASS, in testSecureHiddenSettingsKeysNotReadableWithoutAnnotation()
113 runDeviceTests(TEST_PACKAGE, TEST_CLASS, in testSystemHiddenSettingsKeysNotReadableWithoutAnnotation()
120 runDeviceTests(TEST_PACKAGE, TEST_CLASS, in testGlobalHiddenSettingsKeysNotReadableWithoutAnnotation()
[all …]
DStorageHostTest.java78 Utils.runDeviceTests(getDevice(), PKG_STATS, CLASS_STATS, "testVerify"); in testVerify()
84 runDeviceTests(PKG_A, CLASS, "testAllocate", user); in testVerifyAppStats()
94 runDeviceTests(PKG_A, CLASS, "testVerifySpaceManual", user); in testVerifyAppStats()
95 runDeviceTests(PKG_A, CLASS, "testVerifySpaceApi", user); in testVerifyAppStats()
102 runDeviceTests(PKG_A, CLASS, "testVerifyQuotaApi", user); in testVerifyAppQuota()
109 runDeviceTests(PKG_A, CLASS, "testVerifyAllocateApi", user); in testVerifyAppAllocate()
116 runDeviceTests(PKG_STATS, CLASS_STATS, "testVerifySummary", user); in testVerifySummary()
123 runDeviceTests(PKG_STATS, CLASS_STATS, "testVerifyStats", user); in testVerifyStats()
130 runDeviceTests(PKG_A, CLASS, "testAllocate", user); in testVerifyStatsMultiple()
131 runDeviceTests(PKG_A, CLASS, "testAllocate", user); in testVerifyStatsMultiple()
[all …]
DSplitTests.java148 runDeviceTests(PKG, CLASS, "testSingleBase"); in testSingleBase()
163 runDeviceTests(PKG, CLASS, "testDensitySingle"); in testDensitySingle()
179 runDeviceTests(PKG, CLASS, "testDensityAll"); in testDensityAll()
198 runDeviceTests(PKG, CLASS, "testDensityBest1"); in testDensityBest()
202 runDeviceTests(PKG, CLASS, "testDensityBest2"); in testDensityBest()
221 runDeviceTests(PKG, CLASS, "testApi"); in testApi()
236 runDeviceTests(PKG, CLASS, "testLocale"); in testLocale()
269 runDeviceTests(PKG, CLASS, "testNative"); in testNativeSingle()
270 runDeviceTests(PKG, CLASS, "testNativeRevision_sub_shouldImplementBadly"); in testNativeSingle()
272 runDeviceTests(PKG, CLASS, "testNativeRevision_sub_shouldImplementWell"); in testNativeSingle()
[all …]
DPrivilegedUpdateTests.java104 runDeviceTests(TEST_PKG, ".PrivilegedUpdateTest", "testSystemAppPriorities"); in testSystemAppPriorities()
108 runDeviceTests(TEST_PKG, ".PrivilegedUpdateTest", "testPrivilegedAppPriorities"); in testPrivilegedAppPriorities()
122 runDeviceTests(TEST_PKG, ".PrivilegedUpdateTest", "testPrivilegedAppUpgradePriorities"); in testPrivilegedAppUpgradePrioritiesPreservedOnReboot()
126 runDeviceTests(TEST_PKG, ".PrivilegedUpdateTest", "testPrivilegedAppUpgradePriorities"); in testPrivilegedAppUpgradePrioritiesPreservedOnReboot()
134 runDeviceTests(TEST_PKG, ".PrivilegedAppDisableTest", "testPrivAppAndEnabled"); in testDisableSystemApp()
136 runDeviceTests(TEST_PKG, ".PrivilegedAppDisableTest", "testPrivAppAndDisabled"); in testDisableSystemApp()
146 runDeviceTests(TEST_PKG, ".PrivilegedAppDisableTest", "testPrivAppAndEnabled"); in testDisableUpdatedSystemApp()
151 runDeviceTests(TEST_PKG, ".PrivilegedAppDisableTest", "testUpdatedPrivAppAndDisabled"); in testDisableUpdatedSystemApp()
153 runDeviceTests(TEST_PKG, ".PrivilegedAppDisableTest", "testUpdatedPrivAppAndEnabled"); in testDisableUpdatedSystemApp()
166 runDeviceTests(TEST_PKG, ".PrivilegedAppDisableTest", "testPrivAppAndEnabled"); in testUpdatedSystemAppPreservedOnReboot()
[all …]
DApplicationVisibilityTest.java77 Utils.runDeviceTests( in testPackageListCrossUserGrant()
83 Utils.runDeviceTests( in testPackageListCrossUserGrant()
104 Utils.runDeviceTests( in testPackageListCrossUserNoGrant()
110 Utils.runDeviceTests( in testPackageListCrossUserNoGrant()
133 Utils.runDeviceTests( in testPackageListOtherUserCrossUserGrant()
157 Utils.runDeviceTests( in testPackageListOtherUserCrossUserNoGrant()
179 Utils.runDeviceTests( in testApplicationListCrossUserGrant()
185 Utils.runDeviceTests( in testApplicationListCrossUserGrant()
206 Utils.runDeviceTests( in testApplicationListCrossUserNoGrant()
212 Utils.runDeviceTests( in testApplicationListCrossUserNoGrant()
[all …]
DInstantCookieHostTest.java63 runDeviceTests(INSTANT_COOKIE_APP_PKG, "test.instant.cookie.CookieTest", in testCookieUpdateAndRetrieval()
70 runDeviceTests(INSTANT_COOKIE_APP_PKG, "test.instant.cookie.CookieTest", in testCookiePersistedAcrossInstantInstalls()
74 runDeviceTests(INSTANT_COOKIE_APP_PKG, "test.instant.cookie.CookieTest", in testCookiePersistedAcrossInstantInstalls()
81 runDeviceTests(INSTANT_COOKIE_APP_PKG, "test.instant.cookie.CookieTest", in testCookiePersistedUpgradeFromInstant()
84 runDeviceTests(INSTANT_COOKIE_APP_PKG, "test.instant.cookie.CookieTest", in testCookiePersistedUpgradeFromInstant()
91 runDeviceTests(INSTANT_COOKIE_APP_PKG, "test.instant.cookie.CookieTest", in testCookieResetOnNonInstantReinstall()
95 runDeviceTests(INSTANT_COOKIE_APP_PKG, "test.instant.cookie.CookieTest", in testCookieResetOnNonInstantReinstall()
102 runDeviceTests(INSTANT_COOKIE_APP_PKG, "test.instant.cookie.CookieTest", in testCookieValidWhenSignedWithTwoCerts()
106 runDeviceTests(INSTANT_COOKIE_APP_PKG_2, "test.instant.cookie.CookieTest", in testCookieValidWhenSignedWithTwoCerts()
DPackageVisibilityTest.java97 Utils.runDeviceTests(getDevice(), TEST_PKG, in testUninstalledPackageVisibility()
99 Utils.runDeviceTests(getDevice(), TEST_PKG, in testUninstalledPackageVisibility()
107 Utils.runDeviceTests(getDevice(), TEST_PKG, in testUninstalledPackageVisibility()
109 Utils.runDeviceTests(getDevice(), TEST_PKG, in testUninstalledPackageVisibility()
112 Utils.runDeviceTests(getDevice(), TEST_PKG, in testUninstalledPackageVisibility()
138 Utils.runDeviceTests(getDevice(), TEST_PKG, in testUninstalledPackageVisibility()
140 Utils.runDeviceTests(getDevice(), TEST_PKG, in testUninstalledPackageVisibility()
143 Utils.runDeviceTests(getDevice(), TEST_PKG, in testUninstalledPackageVisibility()
146 Utils.runDeviceTests(getDevice(), TEST_PKG, in testUninstalledPackageVisibility()
DPkgInstallSignatureVerificationTest.java684 Utils.runDeviceTests(getDevice(), SERVICE_TEST_PKG, SERVICE_TEST_CLASS, in testInstallV3UpdateAfterRotation()
695 Utils.runDeviceTests(getDevice(), SERVICE_TEST_PKG, SERVICE_TEST_CLASS, in testInstallV3UpdateAfterRotation()
703 Utils.runDeviceTests(getDevice(), SERVICE_TEST_PKG, SERVICE_TEST_CLASS, in testInstallV3UpdateAfterRotation()
713 Utils.runDeviceTests(getDevice(), DEVICE_TESTS_PKG, DEVICE_TESTS_CLASS, "testHasPerm"); in testInstallV3KeyRotationSigPerm()
723 Utils.runDeviceTests(getDevice(), DEVICE_TESTS_PKG, DEVICE_TESTS_CLASS, "testHasPerm"); in testInstallV3KeyRotationOlderSigPerm()
732 Utils.runDeviceTests(getDevice(), DEVICE_TESTS_PKG, DEVICE_TESTS_CLASS, "testHasNoPerm"); in testInstallV3KeyRotationSigPermNoCap()
742 Utils.runDeviceTests(getDevice(), DEVICE_TESTS_PKG, DEVICE_TESTS_CLASS, "testHasPerm"); in testInstallV3KeyRotationOlderSigPermNoCap()
750 Utils.runDeviceTests(getDevice(), DEVICE_TESTS_PKG, DEVICE_TESTS_CLASS, "testHasPerm"); in testInstallV3NoRotationSigPerm()
761 Utils.runDeviceTests(getDevice(), DEVICE_TESTS_PKG, DEVICE_TESTS_CLASS, "testHasPerm"); in testInstallV3CommonSignerInLineageWithPermCap()
770 Utils.runDeviceTests(getDevice(), DEVICE_TESTS_PKG, DEVICE_TESTS_CLASS, "testHasNoPerm"); in testInstallV3CommonSignerInLineageNoCaps()
[all …]
DUtils.java42 runDeviceTests(device, packageName, testClassName, testMethodName, device.getCurrentUser(), in runDeviceTestsAsCurrentUser()
49 runDeviceTests(device, packageName, testClassName, testMethodName, device.getCurrentUser(), in runDeviceTestsAsCurrentUser()
53 public static void runDeviceTests(ITestDevice device, String packageName, String testClassName, in runDeviceTests() method in Utils
55 runDeviceTests(device, packageName, testClassName, testMethodName, USER_SYSTEM, null); in runDeviceTests()
58 public static void runDeviceTests(ITestDevice device, String packageName, String testClassName, in runDeviceTests() method in Utils
61 runDeviceTests(device, packageName, testClassName, testMethodName, USER_SYSTEM, testArgs); in runDeviceTests()
64 public static void runDeviceTests(ITestDevice device, String packageName, String testClassName, in runDeviceTests() method in Utils
66 runDeviceTests(device, packageName, testClassName, testMethodName, userId, null); in runDeviceTests()
69 public static void runDeviceTests(ITestDevice device, String packageName, String testClassName, in runDeviceTests() method in Utils
73 runDeviceTests(device, packageName, testClassName, testMethodName, userId, testArgs, in runDeviceTests()
[all …]
DAccessSerialNumberTest.java37 private void runDeviceTests(String packageName, String testClassName, String testMethodName) in runDeviceTests() method in AccessSerialNumberTest
39 Utils.runDeviceTests(getDevice(), packageName, testClassName, testMethodName); in runDeviceTests()
63 runDeviceTests(ACCESS_SERIAL_PKG, in testSerialAccessPolicy()
70 runDeviceTests(ACCESS_SERIAL_PKG, in testSerialAccessPolicy()
DAppSecurityTests.java146 runDeviceTests(APP_WITH_DATA_PKG, APP_WITH_DATA_CLASS, APP_WITH_DATA_CREATE_METHOD); in testAppFailAccessPrivateData()
149 runDeviceTests(APP_ACCESS_DATA_PKG, null, null, instant); in testAppFailAccessPrivateData()
175 runDeviceTests( in testUninstallRemovesData()
181 runDeviceTests( in testUninstallRemovesData()
224 runDeviceTests(INSTRUMENT_DIFF_CERT_PKG, INSTRUMENT_DIFF_CERT_CLASS, methodName); in testInstrumentationDiffCert()
254 runDeviceTests(PERMISSION_DIFF_CERT_PKG, null); in testPermissionDiffCert()
303 runDeviceTests(getDevice(), null, pkgName, pkgName + ".ModifyInstallerCrossPackageTest", in runCrossPackageInstallerDeviceTest()
319 runDeviceTests(DUPLICATE_DECLARE_PERMISSION_PKG, null); in rebootWithDuplicatePermission()
324 runDeviceTests(DUPLICATE_DECLARE_PERMISSION_PKG, null); in rebootWithDuplicatePermission()
/cts/hostsidetests/packagemanager/dynamicmime/src/android/dynamicmime/cts/
DTestCases.java35 runDeviceTests("SingleAppTest"); in testDynamicMimeWithSingleApp()
40 runDeviceTests("MultipleAppsTest"); in testDynamicMimeWithMultipleApps()
45 runDeviceTests("ComplexFilterTest"); in testDynamicMimeWithMultipleGroupsPerFilter()
50 runDeviceTests("update.SameGroupsTest"); in testDynamicMimeWithAppUpdate()
55 runDeviceTests("update.ChangedGroupsTest"); in testDynamicMimeWithChangedGroupsAppUpdate()
58 private void runDeviceTests(String className) in runDeviceTests() method in TestCases
60 runDeviceTests(PACKAGE_TEST_APP, PACKAGE_TEST_APP + "." + className); in runDeviceTests()
/cts/hostsidetests/silentupdate/src/com/android/tests/hostside/silentupdate/
DSilentUpdateHostsideTests.java68 runDeviceTests(TEST_PKG, TEST_CLS, "newInstall_RequiresUserAction"); in newInstall_RequiresUserAction()
75 runDeviceTests(TEST_PKG, TEST_CLS, "updateWithUnknownSourcesDisabled_RequiresUserAction"); in updateWithUnknownSourcesDisabled_RequiresUserAction()
82 runDeviceTests(TEST_PKG, TEST_CLS, "updateAsNonInstallerOfRecord_RequiresUserAction"); in updateAsNonInstallerOfRecord_RequiresUserAction()
88 runDeviceTests(TEST_PKG, TEST_CLS, "updatedInstall_RequiresNoUserAction"); in updatedInstall_RequiresNoUserAction()
94 runDeviceTests(TEST_PKG, TEST_CLS, "updatePreQApp_RequiresUserAction"); in updatePreQApp_RequiresUserAction()
100 runDeviceTests(TEST_PKG, TEST_CLS, "updateQApp_RequiresNoUserAction"); in updateQApp_RequiresNoUserAction()
106 runDeviceTests(TEST_PKG, TEST_CLS, "selfUpdate_RequiresNoUserAction"); in selfUpdate_RequiresNoUserAction()
109 runDeviceTests(TEST_PKG, TEST_CLS, "selfUpdate_updateApplied"); in selfUpdate_RequiresNoUserAction()
115 runDeviceTests(TEST_PKG, TEST_CLS, "setRequireUserAction_throwsOnIllegalArgument"); in setRequireUserAction_throwsOnIllegalArgument()
121 runDeviceTests(TEST_PKG, TEST_CLS, "silentInstallRepeatedly_RequiresUserAction"); in silentInstallRepeatedly_RequiresUserAction()
[all …]
/cts/hostsidetests/classloaders/splits/src/android/classloaders/cts/
DClassloaderSplitsTest.java71 runDeviceTests(getDevice(), PKG, TEST_CLASS, "testBaseClassLoader"); in testBaseClassLoader()
86 runDeviceTests(getDevice(), PKG, TEST_CLASS, "testBaseClassLoader"); in testFeatureAClassLoader()
87 runDeviceTests(getDevice(), PKG, TEST_CLASS, "testFeatureAClassLoader"); in testFeatureAClassLoader()
103 runDeviceTests(getDevice(), PKG, TEST_CLASS, "testBaseClassLoader"); in testFeatureBClassLoader()
104 runDeviceTests(getDevice(), PKG, TEST_CLASS, "testFeatureAClassLoader"); in testFeatureBClassLoader()
105 runDeviceTests(getDevice(), PKG, TEST_CLASS, "testFeatureBClassLoader"); in testFeatureBClassLoader()
116 runDeviceTests(getDevice(), PKG, TEST_CLASS, "testBaseClassLoader"); in testReceiverClassLoaders()
117 runDeviceTests(getDevice(), PKG, TEST_CLASS, "testAllReceivers"); in testReceiverClassLoaders()
133 runDeviceTests(getDevice(), PKG, TEST_CLASS, "testBaseServiceClassLoader"); in testServiceClassLoaders()
134 runDeviceTests(getDevice(), PKG, TEST_CLASS, "testFeatureAServiceClassLoader"); in testServiceClassLoaders()
[all …]
/cts/hostsidetests/incident/src/com/android/server/cts/
DErrorsTest.java38 runDeviceTests(DEVICE_SIDE_TEST_PACKAGE, ".ErrorsTests", in testThrowException()
45 runDeviceTests(DEVICE_SIDE_TEST_PACKAGE, ".ErrorsTests", in testANR()
52 runDeviceTests(DEVICE_SIDE_TEST_PACKAGE, ".ErrorsTests", in testNativeCrash()
59 runDeviceTests(DEVICE_SIDE_TEST_PACKAGE, ".ErrorsTests", in testTombstone()
/cts/hostsidetests/sample/src/android/sample/cts/
DSampleHostJUnit4DeviceTest.java57 Assert.assertTrue(runDeviceTests(TEST_PKG, TEST_CLASS, TEST_PASSES)); in testRunDeviceTestsPassesInstant()
64 Assert.assertTrue(runDeviceTests(TEST_PKG, TEST_CLASS, TEST_PASSES)); in testRunDeviceTestsPassesFull()
71 Assert.assertTrue(runDeviceTests(TEST_PKG, TEST_CLASS, TEST_FAILS)); in testRunDeviceTestsFailsInstant()
78 Assert.assertTrue(runDeviceTests(TEST_PKG, TEST_CLASS, TEST_FAILS)); in testRunDeviceTestsFailsFull()
85 Assert.assertTrue(runDeviceTests(TEST_PKG, TEST_CLASS, TEST_ASSUME_FAILS)); in testRunDeviceTestsAssumeFailsInstant()
92 Assert.assertTrue(runDeviceTests(TEST_PKG, TEST_CLASS, TEST_ASSUME_FAILS)); in testRunDeviceTestsAssumeFailsFull()
/cts/hostsidetests/classloaders/useslibrary/src/android/classloaders/cts/
DUtils.java35 public static void runDeviceTests(ITestDevice device, String packageName, String testClassName, in runDeviceTests() method in Utils
37 runDeviceTests(device, packageName, testClassName, testMethodName, USER_SYSTEM, null); in runDeviceTests()
40 public static void runDeviceTests(ITestDevice device, String packageName, String testClassName, in runDeviceTests() method in Utils
43 runDeviceTests(device, packageName, testClassName, testMethodName, USER_SYSTEM, testArgs); in runDeviceTests()
46 public static void runDeviceTests(ITestDevice device, String packageName, String testClassName, in runDeviceTests() method in Utils
48 runDeviceTests(device, packageName, testClassName, testMethodName, userId, null); in runDeviceTests()
51 public static void runDeviceTests(ITestDevice device, String packageName, String testClassName, in runDeviceTests() method in Utils
55 runDeviceTests(device, packageName, testClassName, testMethodName, userId, testArgs, in runDeviceTests()
59 public static void runDeviceTests(ITestDevice device, String packageName, String testClassName, in runDeviceTests() method in Utils
/cts/hostsidetests/content/src/android/content/cts/
DInvalidSyncAuthoritiesHostTest.java60 runDeviceTests(DEVICE_TEST_PACKAGE, DEVICE_TEST_CLASS, "removeTestAccount"); in tearDown()
70runDeviceTests(DEVICE_TEST_PACKAGE, DEVICE_TEST_CLASS, "populateAndTestSyncAutomaticallyBeforeRebo… in testInvalidEntriesClearedOnBoot()
72 runDeviceTests(DEVICE_TEST_PACKAGE, DEVICE_TEST_CLASS, "testSyncAutomaticallyAfterReboot"); in testInvalidEntriesClearedOnBoot()
75 private void runDeviceTests(String packageName, String testClassName, String testMethodName) in runDeviceTests() method in InvalidSyncAuthoritiesHostTest
77 Utils.runDeviceTests(getDevice(), packageName, testClassName, testMethodName); in runDeviceTests()
DContextCrossProfileHostTest.java119 runDeviceTests( in testBindServiceAsUser_differentUser_bindsServiceToCorrectUser()
147 runDeviceTests( in testBindServiceAsUser_sameProfileGroup_samePackage_withAcrossUsersPermission_bindsService()
175 runDeviceTests( in testBindServiceAsUser_sameProfileGroup_differentPackage_withAcrossUsersPermission_bindsService()
203 runDeviceTests( in testBindServiceAsUser_sameProfileGroup_samePackage_withAcrossProfilesPermission_bindsService()
231 runDeviceTests( in testBindServiceAsUser_sameProfileGroup_differentPackage_withAcrossProfilesPermission_throwsException()
259 runDeviceTests( in testBindServiceAsUser_sameProfileGroup_samePackage_withAcrossProfilesAppOp_bindsService()
287 runDeviceTests( in testBindServiceAsUser_sameProfileGroup_differentPackage_withAcrossProfilesAppOp_throwsException()
316 runDeviceTests( in testBindServiceAsUser_differentProfileGroup_withInteractAcrossUsersPermission_throwsException()
345 runDeviceTests( in testBindServiceAsUser_differentProfileGroup_withInteractAcrossProfilesAppOp_throwsException()
374 runDeviceTests( in testBindServiceAsUser_differentProfileGroup_withInteractAcrossProfilesPermission_throwsException()
[all …]
/cts/hostsidetests/angle/src/android/angle/cts/
DCtsAngleDeveloperOptionHostTest.java70 runDeviceTests(pkgName, pkgName + "." + ANGLE_DRIVER_TEST_CLASS, in setAndValidatePkgDriver()
116 runDeviceTests(ANGLE_DRIVER_TEST_PKG, in testEnableAngleForAll()
119 runDeviceTests(ANGLE_DRIVER_TEST_SEC_PKG, in testEnableAngleForAll()
137 runDeviceTests(ANGLE_DRIVER_TEST_PKG, in testUseDefaultDriver()
155 runDeviceTests(ANGLE_DRIVER_TEST_PKG, in testUseAngleDriver()
173 runDeviceTests(ANGLE_DRIVER_TEST_PKG, in testUseNativeDriver()
193 runDeviceTests(ANGLE_DRIVER_TEST_PKG, in testSettingsLengthMismatch()
197 runDeviceTests(ANGLE_DRIVER_TEST_SEC_PKG, in testSettingsLengthMismatch()
214 runDeviceTests(ANGLE_DRIVER_TEST_PKG, in testUseInvalidDriver()
258 runDeviceTests(ANGLE_DRIVER_TEST_PKG, in testMultipleDevOptionsAngleNative()
[all …]
/cts/hostsidetests/accounts/src/android/host/accounts/
DAccountManagerXUserTest.java117 runDeviceTests( in testAddMockAccountForUserProfile()
129 runDeviceTests( in testAddMockAccountForUserProfile()
141 runDeviceTests( in testAddMockAccountForUserProfile()
156 runDeviceTests( in testGetAccountsForUserProfile()
167 runDeviceTests( in testGetAccountsForUserProfile()
181 runDeviceTests( in testCreateContextAsUser_revokePermissions()
195 runDeviceTests( in testCreateContextAsUserForSameUser_revokePermissions()
206 public static void runDeviceTests(ITestDevice device, String packageName, String testClassName, in runDeviceTests() method in AccountManagerXUserTest

123456