/cts/hostsidetests/blobstore/src/com/android/cts/host/blob/ |
D | BlobStoreMultiUserTest.java | 80 runDeviceTestAsUser(TARGET_PKG, TEST_CLASS, "testCreateSession", in testCreateAndOpenSession() 84 runDeviceTestAsUser(TARGET_PKG, TEST_CLASS, "testOpenSession", args, in testCreateAndOpenSession() 87 runDeviceTestAsUser(TARGET_PKG, TEST_CLASS, "testOpenSession_shouldThrow", args, in testCreateAndOpenSession() 95 runDeviceTestAsUser(TARGET_PKG, TEST_CLASS, "testCommitBlob", args, in testCommitAndOpenBlob() 99 runDeviceTestAsUser(TARGET_PKG, TEST_CLASS, "testOpenBlob", args, in testCommitAndOpenBlob() 102 runDeviceTestAsUser(TARGET_PKG, TEST_CLASS, "testOpenBlob_shouldThrow", args, in testCommitAndOpenBlob() 110 runDeviceTestAsUser(TARGET_PKG_DEV, TEST_CLASS, "testCommitBlob", args, in testBlobAccessAcrossUsers_withTestOnlyApp() 114 runDeviceTestAsUser(TARGET_PKG, TEST_CLASS, "testOpenBlob", argsFromLastTestRun, in testBlobAccessAcrossUsers_withTestOnlyApp() 117 runDeviceTestAsUser(TARGET_PKG, TEST_CLASS, "testOpenBlob_shouldThrow", argsFromLastTestRun, in testBlobAccessAcrossUsers_withTestOnlyApp() 122 runDeviceTestAsUser(TARGET_PKG_DEV, TEST_CLASS, "testOpenBlob", argsFromLastTestRun, in testBlobAccessAcrossUsers_withTestOnlyApp() [all …]
|
D | BaseBlobStoreHostTest.java | 68 protected void runDeviceTestAsUser(String testPkg, String testClass, String testMethod, in runDeviceTestAsUser() method in BaseBlobStoreHostTest 70 runDeviceTestAsUser(testPkg, testClass, testMethod, null, userId); in runDeviceTestAsUser() 75 runDeviceTestAsUser(testPkg, testClass, testMethod, instrumentationArgs, -1); in runDeviceTest() 78 protected void runDeviceTestAsUser(String testPkg, String testClass, String testMethod, in runDeviceTestAsUser() method in BaseBlobStoreHostTest
|
/cts/hostsidetests/appcloning/hostside/src/com/android/cts/appcloning/contacts/ |
D | ContactsSharingTest.java | 144 runDeviceTestAsUser(CLONE_LAUNCHABLE_APP_CONTACTS_SHARING_TEST, in testCloneContactsProviderInsert_rawContacts_noContactsInsertedInBothProviders() 151 runDeviceTestAsUser(CLONE_NOT_LAUNCHABLE_APP_TEST, in testCloneContactsProviderInsert_rawContacts_noContactsInsertedInBothProviders() 177 runDeviceTestAsUser(CLONE_LAUNCHABLE_APP_CONTACTS_SHARING_TEST, in testCloneContactsProviderBulkInsert_rawContacts_noContactsInsertedInBothProviders() 184 runDeviceTestAsUser(CLONE_NOT_LAUNCHABLE_APP_TEST, in testCloneContactsProviderBulkInsert_rawContacts_noContactsInsertedInBothProviders() 210 runDeviceTestAsUser(CLONE_LAUNCHABLE_APP_CONTACTS_SHARING_TEST, in testCloneContactsProviderApplyBatch_rawContacts_noContactsInsertedInBothProviders() 217 runDeviceTestAsUser(CLONE_NOT_LAUNCHABLE_APP_TEST, in testCloneContactsProviderApplyBatch_rawContacts_noContactsInsertedInBothProviders() 241 runDeviceTestAsUser(CLONE_LAUNCHABLE_APP_CONTACTS_SHARING_TEST, in testCloneContactsProviderUpdates_rawContactsUpdate_doesNotUpdateActually() 263 runDeviceTestAsUser(CLONE_LAUNCHABLE_APP_CONTACTS_SHARING_TEST, in testCloneContactsProviderDeletes_rawContactsDelete_doesNotDeleteActually() 280 runDeviceTestAsUser(CLONE_LAUNCHABLE_APP_CONTACTS_SHARING_TEST, in testCloneAccountsContactsSync_syncsAreDisabled() 302 runDeviceTestAsUser(CLONE_LAUNCHABLE_APP_CONTACTS_SHARING_TEST, in testReadsForClonedAppWithLauncherActivity_rawContactReads_redirectsToPrimary() [all …]
|
D | ManagedProfileContactsAccessTest.java | 208 runDeviceTestAsUser(CLONE_LAUNCHABLE_APP_CONTACTS_SHARING_TEST, in testClonedAppsAccessManagedProfileContacts_contactReadSuccessfully() 235 runDeviceTestAsUser(MANAGED_PROFILE_OWNER_APP_TEST_PKG, in testClonedAppsAccessManagedProfileContacts_contactReadsBlocked() 241 runDeviceTestAsUser(CLONE_LAUNCHABLE_APP_CONTACTS_SHARING_TEST, in testClonedAppsAccessManagedProfileContacts_contactReadsBlocked() 247 runDeviceTestAsUser(MANAGED_PROFILE_OWNER_APP_TEST_PKG, in testClonedAppsAccessManagedProfileContacts_contactReadsBlocked()
|
/cts/hostsidetests/packagemanager/multiuser/src/com/android/tests/packagemanager/multiuser/host/ |
D | UninstallExistingPackageTest.java | 62 runDeviceTestAsUser("testUninstallExistingPackage", mUserId, in testUninstallExistingPackage_succeedsIfInstalledInAnotherUser() 79 runDeviceTestAsUser("testUninstallExistingPackage", mUserId, in testUninstallExistingPackage_failsIfInstalledInOnlyOneUser()
|
D | PackageManagerMultiUserTestBase.java | 67 protected void runDeviceTestAsUser( in runDeviceTestAsUser() method in PackageManagerMultiUserTestBase 90 protected void runDeviceTestAsUser(String testMethodName, int userId, in runDeviceTestAsUser() method in PackageManagerMultiUserTestBase 93 runDeviceTestAsUser(TEST_PACKAGE, TEST_CLASS, testMethodName, userId, params); in runDeviceTestAsUser()
|
D | PackageManagerMultiUserTest.java | 32 runDeviceTestAsUser("testGetInstalledModules", userId, null); in getInstalledModules()
|
/cts/hostsidetests/appcloning/hostside/src/com/android/cts/appcloning/media/storage/ |
D | AppCloningStorageHostTest.java | 71 runDeviceTestAsUser(PKG_STATS, CLASS_STATS, "testVerifyStatsExternal", in testVerifyStatsExternalForClonedUser()
|
/cts/hostsidetests/appcloning/hostside/src/com/android/cts/appcloning/ |
D | AppCloningBaseHostTest.java | 190 runDeviceTestAsUser(APP_A_PACKAGE, TEST_CLASS_A, testMethod, userId, args); in runDeviceTestAsUserInPkgA() 193 protected void runDeviceTestAsUser(@Nonnull String testPackage, @Nonnull String testClass, in runDeviceTestAsUser() method in AppCloningBaseHostTest
|
/cts/hostsidetests/appcloning/hostside/src/com/android/cts/appcloning/intent/ |
D | IntentRedirectionTest.java | 381 runDeviceTestAsUser(INTENT_REDIRECTION_TEST_PACKAGE, in queryIntentForUser()
|