Searched refs:accountType (Results 1 – 2 of 2) sorted by relevance
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowAccountManager.java | 288 protected void invalidateAuthToken(final String accountType, final String authToken) { 289 Account[] accountsByType = getAccountsByType(accountType); 368 private final String accountType; 372 …uture(AccountManagerCallback<Bundle> callback, Handler handler, String accountType, Activity activ… 375 this.accountType = accountType; 382 if (!authenticators.containsKey(accountType)) { 383 throw new AuthenticatorException("No authenticator specified for " + accountType); 386 resultBundle.putString(AccountManager.KEY_ACCOUNT_TYPE, accountType); 401 final String accountType, 409 pendingAddFuture = new RoboAccountManagerFuture(callback, handler, accountType, activity);
|
D | ShadowDevicePolicyManager.java | 389 ComponentName admin, String accountType, boolean disabled) { in setAccountManagementDisabled() argument 392 accountTypesWithManagementDisabled.add(accountType); in setAccountManagementDisabled() 394 accountTypesWithManagementDisabled.remove(accountType); in setAccountManagementDisabled()
|