Home
last modified time | relevance | path

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

/aosp12/packages/apps/Contacts/src/com/android/contacts/preference/
H A DContactsPreferences.java231 public void setDefaultAccount(@NonNull AccountWithDataSet accountWithDataSet) { in setDefaultAccount()
389 final AccountWithDataSet accountWithDataSet = AccountWithDataSet.unstringify( in maybeMigrateSystemSettings() local
/aosp12/packages/apps/Contacts/src/com/android/contacts/list/
H A DGroupMemberPickerFragment.java236 final AccountWithDataSet accountWithDataSet = new AccountWithDataSet(mAccountName, in onLoadFinished() local
239 accountWithDataSet, cursorWrapper.getCount()); in onLoadFinished() local
H A DContactsRequest.java210 public void setAccountWithDataSet(AccountWithDataSet accountWithDataSet) { in setAccountWithDataSet()
H A DDefaultContactBrowseListFragment.java328 final AccountWithDataSet accountWithDataSet = new AccountWithDataSet( in bindListHeader() local
331 accountWithDataSet, numberOfContacts); in bindListHeader() local
H A DMultiSelectContactsListFragment.java333 AccountWithDataSet accountWithDataSet, int memberCount) { in bindListHeader()
/aosp12/packages/apps/Contacts/src/com/android/contacts/model/
H A DRawContact.java298 public void setAccount(AccountWithDataSet accountWithDataSet) { in setAccount()
/aosp12/packages/apps/Dialer/java/com/android/contacts/common/model/
H A DRawContact.java211 public void setAccount(AccountWithDataSet accountWithDataSet) { in setAccount()
H A DAccountTypeManager.java528 AccountWithDataSet accountWithDataSet = in loadAccountsInBackground() local
/aosp12/packages/apps/Contacts/src/com/android/contacts/group/
H A DGroupMembersFragment.java696 final AccountWithDataSet accountWithDataSet = new AccountWithDataSet( in bindMembersCount() local
699 accountWithDataSet, memberCount); in bindMembersCount() local
/aosp12/packages/apps/Contacts/src/com/android/contacts/activities/
H A DPeopleActivity.java1120 final AccountWithDataSet accountWithDataSet = new AccountWithDataSet( in onCreateGroupMenuItemClicked() local
/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsDatabaseHelper.java3946 public Long getAccountIdOrNull(AccountWithDataSet accountWithDataSet) { in getAccountIdOrNull()
3980 public long getOrCreateAccountIdInTransaction(AccountWithDataSet accountWithDataSet) { in getOrCreateAccountIdInTransaction()
4018 public long createSimAccountIdInTransaction(AccountWithDataSet accountWithDataSet, in createSimAccountIdInTransaction()
H A DContactsProvider2.java2847 AccountWithDataSet accountWithDataSet = null; in resolveAccountWithDataSet() local
5355 final AccountWithDataSet accountWithDataSet = AccountWithDataSet.get( in removeStaleAccountRows() local
8369 final AccountWithDataSet accountWithDataSet = getAccountWithDataSetFromUri(uri); in appendLocalDirectoryAndAccountSelectionIfNeeded() local
8391 final AccountWithDataSet accountWithDataSet = getAccountWithDataSetFromUri(uri); in appendAccountFromParameter() local
8415 final AccountWithDataSet accountWithDataSet = getAccountWithDataSetFromUri(uri); in appendAccountIdFromParameter() local
8449 final AccountWithDataSet accountWithDataSet = getAccountWithDataSetFromUri(uri); in appendAccountToSelection() local
8476 final AccountWithDataSet accountWithDataSet = getAccountWithDataSetFromUri(uri); in appendAccountIdToSelection() local
/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
H A DAbstractContactAggregator.java1428 String accountWithDataSet = (!TextUtils.isEmpty(dataSet)) in computeAggregateData() local