Home
last modified time | relevance | path

Searched defs:expectActivityLaunch (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/accounts/
DIAccountManager.aidl46 String authTokenType, boolean notifyOnAuthFailure, boolean expectActivityLaunch, in getAuthToken()
49 String authTokenType, in String[] requiredFeatures, boolean expectActivityLaunch, in addAcount()
52 String authTokenType, boolean expectActivityLaunch, in Bundle options); in updateCredentials()
54 boolean expectActivityLaunch); in editProperties()
56 in Bundle options, boolean expectActivityLaunch); in confirmCredentials()
DAccountManagerService.java909 final boolean expectActivityLaunch, Bundle loginOptionsIn) { in getAuthToken()
959 new Session(response, account.type, expectActivityLaunch, in getAuthToken() argument
1119 final boolean expectActivityLaunch, final Bundle optionsIn) { in addAcount()
1141 new Session(response, accountType, expectActivityLaunch, in addAcount() argument
1163 final Account account, final Bundle options, final boolean expectActivityLaunch) { in confirmCredentials()
1176 new Session(response, account.type, expectActivityLaunch, in confirmCredentials() argument
1192 final String authTokenType, final boolean expectActivityLaunch, in updateCredentials()
1208 new Session(response, account.type, expectActivityLaunch, in updateCredentials() argument
1227 final boolean expectActivityLaunch) { in editProperties()
1240 new Session(response, accountType, expectActivityLaunch, in editProperties() argument
[all …]