Home
last modified time | relevance | path

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

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