Home | History | Annotate | Download | only in calendar

Lines Matching refs:accounts

19 import android.accounts.Account;
20 import android.accounts.AccountManager;
46 Account[] accounts = AccountManager.get(this).getAccounts();
47 if (accounts != null) {
48 int length = accounts.length;
50 Account acct = accounts[i];
64 mAccounts = accounts;
124 Account[] accounts = AccountManager.get(CalendarSettingsActivity.this).getAccounts();
125 if (accounts != null && !accounts.equals(mAccounts)) {