/cts/tests/tests/contactsprovider/src/android/provider/cts/contacts/ |
D | ContactsProvider2_AccountRemovalTest.java | 92 mAccountManager.removeAccount(ACCT_2, null, null); in testAccountRemoval_deletesContacts() 95 mAccountManager.removeAccount(ACCT_1, null, null); in testAccountRemoval_deletesContacts() 106 mAccountManager.removeAccount(ACCT_2, null, null); in testAccountRemoval_hasDeleteLogsForContacts() 110 mAccountManager.removeAccount(ACCT_1, null, null); in testAccountRemoval_hasDeleteLogsForContacts() 121 mAccountManager.removeAccount(ACCT_1, null, null); in testAccountRemovalWithMergedContact_deletesContacts() 148 mAccountManager.removeAccount(ACCT_2, null, null); in testAccountRemoval_doesNotDeleteLocalAccountContacts() 150 mAccountManager.removeAccount(ACCT_1, null, null); in testAccountRemoval_doesNotDeleteLocalAccountContacts() 182 mAccountManager.removeAccount(ACCT_2, null, null); in testAccountRemoval_doesNotDeleteSimAccountContacts() 184 mAccountManager.removeAccount(ACCT_1, null, null); in testAccountRemoval_doesNotDeleteSimAccountContacts() 241 mAccountManager.removeAccount(ACCT_1, null, null); in testAccountRemovalWithMergedContact_doesNotDeleteContactAndTimestampUpdated() [all …]
|
D | ContactsContract_SettingsTest.java | 70 mAccountManager.removeAccount(ACCT_1, null, null); in tearDown() 71 mAccountManager.removeAccount(ACCT_2, null, null); in tearDown()
|
/cts/hostsidetests/backup/SyncAdapterSettingsApp/src/android/cts/backup/syncadaptersettingsapp/ |
D | SyncAdapterSettingsTest.java | 144 removeAccount(mContext); in testIsSyncableChanged_ifTurnOnSyncEnabled() 170 removeAccount(mContext); in testIsSyncableIsZero_ifTurnOffSyncEnabled() 199 removeAccount(mContext); in testIsSyncableIsOne_ifTurnOffSyncEnabled() 260 private void removeAccount(Context context) { in removeAccount() method in SyncAdapterSettingsTest
|
/cts/hostsidetests/devicepolicy/app/AccountManagement/src/com/android/cts/devicepolicy/accountmanagement/ |
D | AccountManagementTest.java | 104 mAccountManager.removeAccount(ACCOUNT, null, null).getResult(); in testRemoveAccount_blocked() 124 assertTrue(mAccountManager.removeAccount(ACCOUNT, null, null).getResult()); in testRemoveAccount_allowed()
|
/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-35669/test-app/src/android/security/cts/CVE_2023_35669_test/ |
D | DeviceTest.java | 136 clickObject(context, uiDevice, context.getString(R.string.removeAccount)); in testCVE_2023_35669() 139 clickObject(context, uiDevice, context.getString(R.string.removeAccount)); in testCVE_2023_35669()
|
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/ |
D | allowlisted-methods.txt | 2 public android.accounts.AccountManagerFuture<android.os.Bundle> removeAccount(android.accounts.Acco…
|
D | current.txt | 3805 ….22") public android.accounts.AccountManagerFuture<java.lang.Boolean> removeAccount(android.accoun… 3806 ….22") public android.accounts.AccountManagerFuture<android.os.Bundle> removeAccount(android.accoun…
|
/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-21131/test-app/src/android/security/cts/CVE_2023_21131_test/ |
D | DeviceTest.java | 149 clickObject(context, uiDevice, context.getString(R.string.removeAccount)); in testCVE_2023_21131() 152 clickObject(context, uiDevice, context.getString(R.string.removeAccount)); in testCVE_2023_21131()
|
/cts/tests/tests/content/src/android/content/cts/ |
D | ContentResolverSyncTestCase.java | 65 removeAccount(sAccountManager, ACCOUNT, null /* callback */); in tearDown() 86 private boolean removeAccount(AccountManager am, Account account, in removeAccount() method in ContentResolverSyncTestCase 90 AccountManagerFuture<Boolean> futureBoolean = am.removeAccount(account, in removeAccount()
|
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/accounts/ |
D | AccountBuilder.java | 50 mAccountManager.accountManager().removeAccount( in AccountBuilder()
|
/cts/common/device-side/bedstead/remoteaccountauthenticator/src/main/java/com/android/bedstead/remoteaccountauthenticator/ |
D | RemoteAccountAuthenticator.java | 126 accountManager().removeAccount( in remove()
|
/cts/tests/tests/accounts/src/android/accounts/cts/ |
D | AccountManagerTest.java | 177 assertTrue(removeAccount(am, ACCOUNT, mActivity, null /* callback */).getBoolean( in tearDown() 179 assertTrue(removeAccount(am, ACCOUNT_SAME_TYPE, mActivity, null /* callback */).getBoolean( in tearDown() 188 removeAccount(am, ctsAccount, mActivity, null /* callback */); in tearDown() 358 private boolean removeAccount(AccountManager am, Account account, in removeAccount() method in AccountManagerTest 361 AccountManagerFuture<Boolean> futureBoolean = am.removeAccount(account, in removeAccount() 374 AccountManagerFuture<Bundle> futureBundle = am.removeAccount(account, in removeAccountWithIntentLaunch() 384 private Bundle removeAccount(AccountManager am, Account account, Activity activity, in removeAccount() method in AccountManagerTest 388 AccountManagerFuture<Bundle> futureBundle = am.removeAccount(account, in removeAccount() 598 assertTrue(removeAccount(am, ACCOUNT, mActivity, null /* callback */).getBoolean( in testAddAccountExplicitlyAndRemoveAccount() 624 assertFalse(removeAccount(am, ACCOUNT_FOR_NEW_REMOVE_ACCOUNT_API, null /* callback */)); in testAddAccountExplicitlyAndRemoveAccountWithNewApi() [all …]
|
D | AccountManagerUnaffiliatedAuthenticatorTests.java | 99 mAccountManager.removeAccount( in testRemoveAccount_withBooleanResult() 109 mAccountManager.removeAccount( in testRemoveAccount_withBundleResult()
|
/cts/tests/devicepolicy/src/android/devicepolicy/cts/ |
D | AccountManagementTest.java | 258 Bundle result = sDeviceState.dpc().accountManager().removeAccount( in removeAccount_fromDpcWithDisallowModifyAccountsRestriction_accountRemoved()
|