Searched refs:notifyAuthFailure (Results 1 – 3 of 3) sorted by relevance
/frameworks/volley/src/main/java/com/android/volley/toolbox/ |
D | AndroidAuthenticator.java | 56 boolean notifyAuthFailure) { in AndroidAuthenticator() argument 57 this(AccountManager.get(context), account, authTokenType, notifyAuthFailure); in AndroidAuthenticator() 62 String authTokenType, boolean notifyAuthFailure) { in AndroidAuthenticator() argument 66 mNotifyAuthFailure = notifyAuthFailure; in AndroidAuthenticator()
|
/frameworks/base/core/java/android/accounts/ |
D | AccountManager.java | 1200 boolean notifyAuthFailure) 1204 Bundle bundle = getAuthToken(account, authTokenType, notifyAuthFailure, null /* callback */, 1364 final boolean notifyAuthFailure, 1366 return getAuthToken(account, authTokenType, null, notifyAuthFailure, callback, 1443 final boolean notifyAuthFailure, 1457 notifyAuthFailure, false /* expectActivityLaunch */, optionsIn);
|
/frameworks/base/test-runner/src/android/test/ |
D | IsolatedContext.java | 148 boolean notifyAuthFailure) in blockingGetAuthToken() argument
|