Home
last modified time | relevance | path

Searched defs:accountWithDataSet (Results 1 – 8 of 8) sorted by relevance

/packages/apps/ContactsCommon/src/com/android/contacts/common/preference/
DContactsPreferences.java180 final AccountWithDataSet accountWithDataSet = AccountWithDataSet.unstringify( in getDefaultAccount() local
188 public void setDefaultAccount(AccountWithDataSet accountWithDataSet) { in setDefaultAccount()
205 public void setContactMetadataSyncAccount(AccountWithDataSet accountWithDataSet) { in setContactMetadataSyncAccount()
359 final AccountWithDataSet accountWithDataSet = AccountWithDataSet.unstringify( in maybeMigrateSystemSettings() local
/packages/apps/Contacts/src/com/android/contacts/editor/
DKindSectionDataList.java123 private static boolean matchesAccount(AccountWithDataSet accountWithDataSet, in matchesAccount()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/testutil/
DRawContactUtil.java101 AccountWithDataSet accountWithDataSet, String... extras) { in createRawContactWithAccountDataSet()
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
DRawContact.java298 public void setAccount(AccountWithDataSet accountWithDataSet) { in setAccount()
DAccountTypeManager.java488 AccountWithDataSet accountWithDataSet = new AccountWithDataSet( in loadAccountsInBackground() local
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java2836 AccountWithDataSet accountWithDataSet = null; in resolveAccountWithDataSet() local
5459 final AccountWithDataSet accountWithDataSet = AccountWithDataSet.get( in removeStaleAccountRows() local
8410 final AccountWithDataSet accountWithDataSet = getAccountWithDataSetFromUri(uri); in appendLocalDirectoryAndAccountSelectionIfNeeded() local
8432 final AccountWithDataSet accountWithDataSet = getAccountWithDataSetFromUri(uri); in appendAccountFromParameter() local
8456 final AccountWithDataSet accountWithDataSet = getAccountWithDataSetFromUri(uri); in appendAccountIdFromParameter() local
8490 final AccountWithDataSet accountWithDataSet = getAccountWithDataSetFromUri(uri); in appendAccountToSelection() local
8517 final AccountWithDataSet accountWithDataSet = getAccountWithDataSetFromUri(uri); in appendAccountIdToSelection() local
DContactsDatabaseHelper.java5208 public Long getAccountIdOrNull(AccountWithDataSet accountWithDataSet) { in getAccountIdOrNull()
5242 public long getOrCreateAccountIdInTransaction(AccountWithDataSet accountWithDataSet) { in getOrCreateAccountIdInTransaction()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DAbstractContactAggregator.java1416 String accountWithDataSet = (!TextUtils.isEmpty(dataSet)) in computeAggregateData() local