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

/frameworks/base/core/java/android/accounts/
H A DAccountManagerService.java483 super(response, account.type, false /* expectActivityLaunch */,
562 super(response, account.type, false /* expectActivityLaunch */,
909 final boolean expectActivityLaunch, Bundle loginOptionsIn) {
915 + ", expectActivityLaunch " + expectActivityLaunch
959 new Session(response, account.type, expectActivityLaunch,
1119 final boolean expectActivityLaunch, final Bundle optionsIn) {
1125 + ", expectActivityLaunch " + expectActivityLaunch
1141 new Session(response, accountType, expectActivityLaunch,
907 getAuthToken(IAccountManagerResponse response, final Account account, final String authTokenType, final boolean notifyOnAuthFailure, final boolean expectActivityLaunch, Bundle loginOptionsIn) argument
1117 addAcount(final IAccountManagerResponse response, final String accountType, final String authTokenType, final String[] requiredFeatures, final boolean expectActivityLaunch, final Bundle optionsIn) argument
1162 confirmCredentials(IAccountManagerResponse response, final Account account, final Bundle options, final boolean expectActivityLaunch) argument
1191 updateCredentials(IAccountManagerResponse response, final Account account, final String authTokenType, final boolean expectActivityLaunch, final Bundle loginOptions) argument
1226 editProperties(IAccountManagerResponse response, final String accountType, final boolean expectActivityLaunch) argument
1438 Session(IAccountManagerResponse response, String accountType, boolean expectActivityLaunch, boolean stripAuthTokenFromResult) argument
[all...]

Completed in 71 milliseconds