Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/accounts/
DIAccountManager.aidl49 boolean expectActivityLaunch); in removeAccount()
51 boolean expectActivityLaunch, int userId); in removeAccountAsUser()
64 String authTokenType, boolean notifyOnAuthFailure, boolean expectActivityLaunch, in getAuthToken()
67 String authTokenType, in String[] requiredFeatures, boolean expectActivityLaunch, in addAccount()
70 String authTokenType, in String[] requiredFeatures, boolean expectActivityLaunch, in addAccountAsUser()
73 String authTokenType, boolean expectActivityLaunch, in Bundle options); in updateCredentials()
75 boolean expectActivityLaunch); in editProperties()
77 in Bundle options, boolean expectActivityLaunch, int userId); in confirmCredentialsAsUser()
94 String authTokenType, in String[] requiredFeatures, boolean expectActivityLaunch, in startAddAccountSession()
99 String authTokenType, boolean expectActivityLaunch, in Bundle options); in startUpdateCredentialsSession()
[all …]
/frameworks/base/services/core/java/com/android/server/accounts/
DAccountManagerService.java2101 boolean expectActivityLaunch) { in removeAccount()
2111 boolean expectActivityLaunch, int userId) { in removeAccountAsUser()
2230 Account account, boolean expectActivityLaunch) { in RemoveAccountSession()
2780 final boolean expectActivityLaunch, in getAuthToken()
2901 expectActivityLaunch, in getAuthToken() argument
3117 final boolean expectActivityLaunch, final Bundle optionsIn) { in addAccount()
3166 new Session(accounts, response, accountType, expectActivityLaunch, in addAccount() argument
3190 final boolean expectActivityLaunch, final Bundle optionsIn, int userId) { in addAccountAsUser()
3247 new Session(accounts, response, accountType, expectActivityLaunch, in addAccountAsUser() argument
3277 final boolean expectActivityLaunch, in startAddAccountSession()
[all …]