Home | History | Annotate | Download | only in util

Lines Matching refs:account

19 import android.accounts.Account;
48 private final Account mWatchedAccount;
54 public ContactChangeContentObserver(Context context, Account watchedAccount) {
115 // Only register URIs that match the Account Image URI schema, and
130 Account thisAccount = null;
131 for (Account account : AccountManager.get(context).
133 if (account.name.equals(accountName)) {
134 thisAccount = account;
163 private long getContactIdForAccount(Context context, Account account) {
164 // Look up this account in the contacts database.
172 String[] selectionArgs = new String[] { account.name };