HomeSort by relevance Sort by last modified time
    Searched defs:removeAccount (Results 1 - 25 of 60) sorted by null

1 2 3

  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/finalization/
DpcReceivedSuccessReceiver.java 91 mUtils.removeAccount(context, mMigratedAccount);
  /packages/apps/Dialer/java/com/android/voicemail/impl/sync/
VvmAccountManager.java 47 * #removeAccount(Context, PhoneAccountHandle)} should be called to clear the connection information
73 public static void removeAccount(Context context, PhoneAccountHandle phoneAccount) {
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowAccountManager.java 158 public AccountManagerFuture<Boolean> removeAccount(final Account account,
  /packages/apps/Dialer/java/com/android/voicemail/impl/settings/
VisualVoicemailSettingsUtil.java 49 VvmAccountManager.removeAccount(context, phoneAccount);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accounts/
RemoveAccountDialog.java 133 manager.removeAccount(account, activity, activity, new Handler());
  /cts/tests/tests/content/src/android/content/cts/
ContentResolverSyncTestCase.java 63 removeAccount(sAccountManager, ACCOUNT, null /* callback */);
84 private boolean removeAccount(AccountManager am, Account account,
88 AccountManagerFuture<Boolean> futureBoolean = am.removeAccount(account,
  /cts/tests/tests/provider/src/android/provider/cts/contacts/
ContactsProvider2_AccountRemovalTest.java 77 mAccountManager.removeAccount(ACCT_2, null, null);
80 mAccountManager.removeAccount(ACCT_1, null, null);
91 mAccountManager.removeAccount(ACCT_2, null, null);
95 mAccountManager.removeAccount(ACCT_1, null, null);
106 mAccountManager.removeAccount(ACCT_1, null, null);
122 mAccountManager.removeAccount(ACCT_1, null, null);
129 mAccountManager.removeAccount(ACCT_2, null, null);
136 mAccountManager.removeAccount(ACCT_1, null, null);
  /packages/apps/Car/Settings/src/com/android/car/settings/accounts/
AccountDetailsFragment.java 118 removeAccountBtn.setOnClickListener(v -> removeAccount());
140 public void removeAccount() {
169 LOG.v("removeAccount error: " + e);
  /packages/apps/Dialer/java/com/android/voicemail/impl/
OmtpService.java 131 VvmAccountManager.removeAccount(this, phoneAccountHandle);
OmtpVvmCarrierConfigHelper.java 389 VvmAccountManager.removeAccount(context, getPhoneAccountHandle());
  /cts/tests/tests/accounts/src/android/accounts/cts/
AccountManagerUnaffiliatedAuthenticatorTests.java 101 mAccountManager.removeAccount(
105 fail("removeAccount should just barf if the caller isn't permitted.");
111 mAccountManager.removeAccount(
116 fail("removeAccount should just barf if the caller isn't permitted.");
AccountManagerTest.java 165 assertTrue(removeAccount(am, ACCOUNT, mActivity, null /* callback */).getBoolean(
167 assertTrue(removeAccount(am, ACCOUNT_SAME_TYPE, mActivity, null /* callback */).getBoolean(
176 removeAccount(am, ctsAccount, mActivity, null /* callback */);
346 private boolean removeAccount(AccountManager am, Account account,
349 AccountManagerFuture<Boolean> futureBoolean = am.removeAccount(account,
362 AccountManagerFuture<Bundle> futureBundle = am.removeAccount(account,
372 private Bundle removeAccount(AccountManager am, Account account, Activity activity,
376 AccountManagerFuture<Bundle> futureBundle = am.removeAccount(account,
570 * Test addAccountExplicitly(), renameAccount() and removeAccount().
586 assertTrue(removeAccount(am, ACCOUNT, mActivity, null /* callback */).getBoolean
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
PbapClientConnectionHandler.java 234 removeAccount(mAccount);
394 private void removeAccount(Account account) {
  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/
Utils.java 379 public void removeAccount(Context context, Account account) {
383 AccountManagerFuture<Bundle> bundle = accountManager.removeAccount(account,
385 // Block to get the result of the removeAccount operation
  /development/apps/Development/src/com/android/development/
AccountsTester.java 270 mAccountManager.removeAccount(account, new AccountManagerCallback<Boolean>() {
273 Log.d(TAG, "removeAccount(" + account + ") = " + future.getResult());
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowAccountManagerTest.java 288 am.removeAccount(null, null, null);
289 fail("removeAccount() should throw an illegal argument exception if the account is null");
301 AccountManagerFuture<Boolean> future = am.removeAccount(wrongAccount, null, null);
312 AccountManagerFuture<Boolean> future = am.removeAccount(account, testAccountManagerCallback, null);
  /frameworks/base/services/core/java/com/android/server/accounts/
AccountManagerService.java     [all...]
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
shadows-core-3.1-SNAPSHOT-16.jar 
shadows-core-3.1-SNAPSHOT-17.jar 
shadows-core-3.1-SNAPSHOT-18.jar 
shadows-core-3.1-SNAPSHOT-19.jar 
shadows-core-3.1-SNAPSHOT-21.jar 
shadows-core-3.1-SNAPSHOT-22.jar 

Completed in 453 milliseconds

1 2 3