Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/accounts/
DIAccountManager.aidl50 String authTokenType, boolean notifyOnAuthFailure, boolean expectActivityLaunch, in getAuthToken() argument
/frameworks/base/services/java/com/android/server/accounts/
DAccountManagerService.java1246 final String authTokenType, final boolean notifyOnAuthFailure, in getAuthToken() argument
1252 + ", notifyOnAuthFailure " + notifyOnAuthFailure in getAuthToken()
1283 if (notifyOnAuthFailure) { in getAuthToken()
1311 + ", notifyOnAuthFailure " + notifyOnAuthFailure; in getAuthToken()
1352 if (intent != null && notifyOnAuthFailure && !customTokens) { in getAuthToken()