HomeSort by relevance Sort by last modified time
    Searched refs:removeAccountExplicitly (Results 1 - 21 of 21) sorted by null

  /packages/apps/Contacts/tests/src/com/android/contacts/tests/
AccountsTestHelper.java 91 mAccountManager.removeAccountExplicitly(remove);
121 mAccountManager.removeAccountExplicitly(account);
133 accountManager.removeAccountExplicitly(account);
  /cts/hostsidetests/devicepolicy/app/AccountManagement/src/com/android/cts/devicepolicy/accountmanagement/
AccountUtilsTest.java 63 mAccountManager.removeAccountExplicitly(ACCOUNT);
AccountManagementTest.java 53 mAccountManager.removeAccountExplicitly(ACCOUNT);
  /cts/hostsidetests/content/test-apps/CtsSyncInvalidAccountAuthorityTestCases/src/android/content/sync/cts/
InvalidSyncAuthoritiesDeviceTest.java 87 mAccountManager.removeAccountExplicitly(mValidAccount);
  /cts/hostsidetests/content/test-apps/SyncAccountAccessStubs/src/com/android/cts/stub/
StubAuthenticator.java 116 accountManager.removeAccountExplicitly(account);
  /cts/hostsidetests/incident/apps/batterystatsapp/src/com/android/server/cts/device/batterystats/
BatteryStatsAuthenticator.java 81 am.removeAccountExplicitly(account);
  /cts/tests/tests/accounts/common/src/android/accounts/cts/common/
AuthenticatorContentProvider.java 109 am.removeAccountExplicitly(account);
  /cts/hostsidetests/devicepolicy/app/AccountCheck/Auth/src/com/android/cts/devicepolicy/accountcheck/
AccountCheckTest.java 53 mAccountManager.removeAccountExplicitly(account);
  /cts/tests/tests/provider/src/android/provider/cts/contacts/
ContactsContract_DirectoryTest.java 60 mAccountManager.removeAccountExplicitly(mAccount);
  /frameworks/base/core/java/android/accounts/
IAccountManager.aidl 52 boolean removeAccountExplicitly(in Account account);
AccountManager.java     [all...]
  /development/apps/PushApiAuthenticator/src/com/example/android/pushapiauthenticator/
MainActivity.java 202 + am.removeAccountExplicitly(currentAccount),
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
PbapClientConnectionHandler.java 360 if (mAccountManager.removeAccountExplicitly(acc)) {
PbapClientService.java 123 accountManager.removeAccountExplicitly(acc);
  /cts/tests/tests/accounts/src/android/accounts/cts/
AccountManagerUnaffiliatedAuthenticatorTests.java 138 mAccountManager.removeAccountExplicitly(
140 fail("removeAccountExplicitly should just barf if the caller isn't permitted.");
AccountManagerTest.java 385 private boolean removeAccountExplicitly(AccountManager am, Account account) {
386 return am.removeAccountExplicitly(account);
686 assertTrue(removeAccountExplicitly(am, ACCOUNT));
    [all...]
  /cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
ContactsTest.java     [all...]
  /frameworks/base/services/core/java/com/android/server/accounts/
AccountManagerService.java     [all...]
  /prebuilts/sdk/22/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 1311 milliseconds