Home
last modified time | relevance | path

Searched refs:authTokenType (Results 1 – 2 of 2) sorted by relevance

/external/volley/src/main/java/com/android/volley/toolbox/
DAndroidAuthenticator.java48 public AndroidAuthenticator(Context context, Account account, String authTokenType) { in AndroidAuthenticator() argument
49 this(context, account, authTokenType, /* notifyAuthFailure= */ false); in AndroidAuthenticator()
61 Context context, Account account, String authTokenType, boolean notifyAuthFailure) { in AndroidAuthenticator() argument
62 this(AccountManager.get(context), account, authTokenType, notifyAuthFailure); in AndroidAuthenticator()
69 String authTokenType, in AndroidAuthenticator() argument
73 mAuthTokenType = authTokenType; in AndroidAuthenticator()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowAccountManager.java143 Account account, String authTokenType, boolean notifyAuthFailure) { in blockingGetAuthToken() argument
147 if (authTokenType == null) { in blockingGetAuthToken()
155 return tokensForAccount.get(authTokenType); in blockingGetAuthToken()
402 String authTokenType,
451 final String authTokenType,
462 return getAuthToken(account, authTokenType);
470 final String authTokenType,
480 return getAuthToken(account, authTokenType);
485 private Bundle getAuthToken(Account account, String authTokenType)
489 String authToken = blockingGetAuthToken(account, authTokenType, false);