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

/frameworks/base/services/java/com/android/server/accounts/
H A DAccountManagerService.java798 super(accounts, response, account.type, false /* expectActivityLaunch */,
892 super(accounts, response, account.type, false /* expectActivityLaunch */,
1288 final boolean expectActivityLaunch, Bundle loginOptionsIn) {
1294 + ", expectActivityLaunch " + expectActivityLaunch
1353 new Session(accounts, response, account.type, expectActivityLaunch,
1499 final boolean expectActivityLaunch, final Bundle optionsIn) {
1505 + ", expectActivityLaunch " + expectActivityLaunch
1540 new Session(accounts, response, accountType, expectActivityLaunch,
1286 getAuthToken(IAccountManagerResponse response, final Account account, final String authTokenType, final boolean notifyOnAuthFailure, final boolean expectActivityLaunch, Bundle loginOptionsIn) argument
1497 addAccount(final IAccountManagerResponse response, final String accountType, final String authTokenType, final String[] requiredFeatures, final boolean expectActivityLaunch, final Bundle optionsIn) argument
1564 confirmCredentialsAsUser(IAccountManagerResponse response, final Account account, final Bundle options, final boolean expectActivityLaunch, int userId) argument
1608 updateCredentials(IAccountManagerResponse response, final Account account, final String authTokenType, final boolean expectActivityLaunch, final Bundle loginOptions) argument
1647 editProperties(IAccountManagerResponse response, final String accountType, final boolean expectActivityLaunch) argument
2045 Session(UserAccounts accounts, IAccountManagerResponse response, String accountType, boolean expectActivityLaunch, boolean stripAuthTokenFromResult) argument
[all...]

Completed in 28 milliseconds