Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/accounts/
DIAccountManager.aidl43 boolean expectActivityLaunch); in removeAccount()
45 boolean expectActivityLaunch, int userId); in removeAccountAsUser()
58 String authTokenType, boolean notifyOnAuthFailure, boolean expectActivityLaunch, in getAuthToken()
61 String authTokenType, in String[] requiredFeatures, boolean expectActivityLaunch, in addAccount()
64 String authTokenType, in String[] requiredFeatures, boolean expectActivityLaunch, in addAccountAsUser()
67 String authTokenType, boolean expectActivityLaunch, in Bundle options); in updateCredentials()
69 boolean expectActivityLaunch); in editProperties()
71 in Bundle options, boolean expectActivityLaunch, int userId); in confirmCredentialsAsUser()
88 String authTokenType, in String[] requiredFeatures, boolean expectActivityLaunch, in startAddAccountSession()
93 String authTokenType, boolean expectActivityLaunch, in Bundle options); in startUpdateCredentialsSession()
[all …]
/frameworks/base/services/core/java/com/android/server/accounts/
DAccountManagerService.java1484 boolean expectActivityLaunch) { in removeAccount()
1494 boolean expectActivityLaunch, int userId) { in removeAccountAsUser()
1615 Account account, boolean expectActivityLaunch) { in RemoveAccountSession()
2168 final boolean expectActivityLaunch, in getAuthToken()
2289 expectActivityLaunch, in getAuthToken() argument
2487 final boolean expectActivityLaunch, final Bundle optionsIn) { in addAccount()
2535 new Session(accounts, response, accountType, expectActivityLaunch, in addAccount() argument
2562 final boolean expectActivityLaunch, final Bundle optionsIn, int userId) { in addAccountAsUser()
2618 new Session(accounts, response, accountType, expectActivityLaunch, in addAccountAsUser() argument
2648 final boolean expectActivityLaunch, in startAddAccountSession()
[all …]