Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/accounts/
DIAccountManager.aidl61 String authTokenType, boolean notifyOnAuthFailure, boolean expectActivityLaunch, in getAuthToken() argument
/frameworks/base/services/core/java/com/android/server/accounts/
DAccountManagerService.java2873 final boolean notifyOnAuthFailure, in getAuthToken() argument
2881 + ", notifyOnAuthFailure " + notifyOnAuthFailure in getAuthToken()
2944 if (notifyOnAuthFailure) { in getAuthToken()
3009 + ", notifyOnAuthFailure " + notifyOnAuthFailure; in getAuthToken()
3074 if (intent != null && notifyOnAuthFailure && !customTokens) { in getAuthToken()