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

  /cts/hostsidetests/devicepolicy/app/AccountManagement/src/com/android/cts/devicepolicy/accountmanagement/
AccountUtilsTest.java 63 mAccountManager.removeAccountExplicitly(ACCOUNT);
AccountManagementTest.java 54 mAccountManager.removeAccountExplicitly(ACCOUNT);
  /cts/hostsidetests/devicepolicy/app/AccountCheck/Auth/src/com/android/cts/devicepolicy/accountcheck/
AccountCheckTest.java 53 mAccountManager.removeAccountExplicitly(account);
  /cts/tests/tests/accounts/common/src/android/accounts/cts/common/
AuthenticatorContentProvider.java 109 am.removeAccountExplicitly(account);
  /cts/tests/tests/accounts/src/android/accounts/cts/
AccountManagerUnaffiliatedAuthenticatorTests.java 128 mAccountManager.removeAccountExplicitly(
130 fail("removeAccountExplicitly should just barf if the caller isn't permitted.");
AccountManagerTest.java 361 private boolean removeAccountExplicitly(AccountManager am, Account account) {
362 return am.removeAccountExplicitly(account);
662 assertTrue(removeAccountExplicitly(am, ACCOUNT));
    [all...]
  /frameworks/base/core/java/android/accounts/
IAccountManager.aidl 48 boolean removeAccountExplicitly(in Account account);
AccountManager.java     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
PbapPCEClient.java 430 if (mAccountManager.removeAccountExplicitly(acc)) {
  /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 1406 milliseconds