Searched refs:expectActivityLaunch (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/android/accounts/ |
D | IAccountManager.aidl | 43 boolean expectActivityLaunch); in removeAccount() argument 45 boolean expectActivityLaunch, int userId); in removeAccountAsUser() argument 58 String authTokenType, boolean notifyOnAuthFailure, boolean expectActivityLaunch, in getAuthToken() argument 61 String authTokenType, in String[] requiredFeatures, boolean expectActivityLaunch, in addAccount() argument 64 String authTokenType, in String[] requiredFeatures, boolean expectActivityLaunch, in addAccountAsUser() argument 67 String authTokenType, boolean expectActivityLaunch, in Bundle options); in updateCredentials() argument 69 boolean expectActivityLaunch); in editProperties() argument 71 in Bundle options, boolean expectActivityLaunch, int userId); in confirmCredentialsAsUser() argument
|
/frameworks/base/services/core/java/com/android/server/accounts/ |
D | AccountManagerService.java | 1201 boolean expectActivityLaunch) { in removeAccount() argument 1205 expectActivityLaunch, in removeAccount() 1211 boolean expectActivityLaunch, int userId) { in removeAccountAsUser() argument 1276 new RemoveAccountSession(accounts, response, account, expectActivityLaunch).bind(); in removeAccountAsUser() 1321 Account account, boolean expectActivityLaunch) { in RemoveAccountSession() argument 1322 super(accounts, response, account.type, expectActivityLaunch, in RemoveAccountSession() 1815 final boolean expectActivityLaunch, in getAuthToken() argument 1822 + ", expectActivityLaunch " + expectActivityLaunch in getAuthToken() 1931 new Session(accounts, response, account.type, expectActivityLaunch, in getAuthToken() argument 2118 final boolean expectActivityLaunch, final Bundle optionsIn) { in addAccount() argument [all …]
|