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
91 String authTokenType, in String[] requiredFeatures, boolean expectActivityLaunch, in startAddAccountSession() argument
96 String authTokenType, boolean expectActivityLaunch, in Bundle options); in startUpdateCredentialsSession() argument
[all …]
/frameworks/base/services/core/java/com/android/server/accounts/
DAccountManagerService.java2128 boolean expectActivityLaunch) { in removeAccount() argument
2132 expectActivityLaunch, in removeAccount()
2138 boolean expectActivityLaunch, int userId) { in removeAccountAsUser() argument
2209 new RemoveAccountSession(accounts, response, account, expectActivityLaunch).bind(); in removeAccountAsUser()
2257 Account account, boolean expectActivityLaunch) { in RemoveAccountSession() argument
2258 super(accounts, response, account.type, expectActivityLaunch, in RemoveAccountSession()
2807 final boolean expectActivityLaunch, in getAuthToken() argument
2815 + ", expectActivityLaunch " + expectActivityLaunch in getAuthToken()
2928 expectActivityLaunch, in getAuthToken() argument
3144 final boolean expectActivityLaunch, final Bundle optionsIn) { in addAccount() argument
[all …]