Lines Matching refs:accounts
19 import android.accounts.Account;
20 import android.accounts.AccountManager;
21 import android.accounts.AccountManagerCallback;
22 import android.accounts.AccountManagerFuture;
50 "https://www.google.com/accounts/IssueAuthToken?service=gaia&Session=false");
53 "https://www.google.com/accounts/TokenAuth");
223 Account[] accounts = getAccounts(activity);
224 if (accounts == null || accounts.length == 0) {
230 new GoogleAccountLogin(activity, accounts[0], runnable);