HomeSort by relevance Sort by last modified time
    Searched refs:accountWithDataSet (Results 1 - 5 of 5) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/model/
RawContact.java 28 import com.android.contacts.model.account.AccountWithDataSet;
223 public void setAccount(AccountWithDataSet accountWithDataSet) {
224 setAccount(accountWithDataSet.name, accountWithDataSet.type, accountWithDataSet.dataSet);
AccountTypeManager.java 50 import com.android.contacts.model.account.AccountWithDataSet;
106 public abstract List<AccountWithDataSet> getAccounts(boolean contactWritableOnly);
111 public abstract List<AccountWithDataSet> getGroupWritableAccounts();
119 public final AccountType getAccountTypeForAccount(AccountWithDataSet account) {
159 public boolean contains(AccountWithDataSet account, boolean contactWritableOnly) {
160 for (AccountWithDataSet account_2 : getAccounts(false)) {
190 private List<AccountWithDataSet> mAccounts = Lists.newArrayList();
191 private List<AccountWithDataSet> mContactWritableAccounts = Lists.newArrayList();
192 private List<AccountWithDataSet> mGroupWritableAccounts = Lists.newArrayList();
243 if (a instanceof AccountWithDataSet) {
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsDatabaseHelper.java     [all...]
ContactsProvider2.java     [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ContactAggregator.java     [all...]

Completed in 96 milliseconds