Home
last modified time | relevance | path

Searched defs:dataSet (Results 1 – 25 of 45) sorted by relevance

12

/aosp12/packages/apps/Contacts/src/com/android/contacts/model/account/
H A DAccountTypeWithDataSet.java43 public final String dataSet; field in AccountTypeWithDataSet
45 private AccountTypeWithDataSet(String accountType, String dataSet) { in AccountTypeWithDataSet()
50 public static AccountTypeWithDataSet get(String accountType, String dataSet) { in get()
H A DAccountTypeProvider.java108 public boolean hasTypeWithDataset(String type, String dataSet) { in hasTypeWithDataset()
123 public AccountType getType(String type, String dataSet) { in getType()
H A DAccountWithDataSet.java53 public final String dataSet; field in AccountWithDataSet
64 public AccountWithDataSet(String name, String type, String dataSet) { in AccountWithDataSet()
/aosp12/packages/apps/Dialer/java/com/android/contacts/common/model/account/
H A DAccountTypeWithDataSet.java42 public final String dataSet; field in AccountTypeWithDataSet
44 private AccountTypeWithDataSet(String accountType, String dataSet) { in AccountTypeWithDataSet()
49 public static AccountTypeWithDataSet get(String accountType, String dataSet) { in get()
H A DAccountWithDataSet.java62 public final String dataSet; field in AccountWithDataSet
65 public AccountWithDataSet(String name, String type, String dataSet) { in AccountWithDataSet()
/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DAccountWithDataSet.java38 public AccountWithDataSet(String accountName, String accountType, String dataSet) { in AccountWithDataSet()
48 public static AccountWithDataSet get(String accountName, String accountType, String dataSet) { in get()
52 public static AccountWithDataSet get(Account account, String dataSet) { in get()
/aosp12/packages/apps/Contacts/src/com/android/contacts/list/
H A DContactListFilter.java68 public final String dataSet; field in ContactListFilter
72 public ContactListFilter(int filterType, String accountType, String accountName, String dataSet, in ContactListFilter()
86 String dataSet, Drawable icon) { in createAccountFilter()
92 String dataSet) { in createGroupMembersFilter()
277 String dataSet = prefs.getString(KEY_DATA_SET, null); in restoreFromPreferences() local
/aosp12/packages/apps/Dialer/java/com/android/contacts/common/list/
H A DContactListFilter.java69 public final String dataSet; field in ContactListFilter
74 int filterType, String accountType, String accountName, String dataSet, Drawable icon) { in ContactListFilter()
87 String accountType, String accountName, String dataSet, Drawable icon) { in createAccountFilter()
135 String dataSet = prefs.getString(KEY_DATA_SET, null); in restoreFromPreferences() local
/aosp12/packages/providers/ContactsProvider/test_common/src/com/android/providers/contacts/testutil/
H A DTestUtil.java55 String accountName, String accountType, String dataSet) { in maybeAddAccountWithDataSetQueryParameters()
H A DRawContactUtil.java87 String accountName, String accountType, String dataSet, String... extras) { in createRawContactWithAccountDataSet()
/aosp12/frameworks/base/tests/UiBench/src/com/android/test/uibench/recyclerview/
H A DRvArrayAdapter.java41 public RvArrayAdapter(String[] dataSet) { in RvArrayAdapter()
/aosp12/packages/apps/Contacts/tests/src/com/android/contacts/tests/allintents/
H A DSelectAccountDialogFragment.java99 void onAccountChosen(Account account, String dataSet, int tag); in onAccountChosen()
/aosp12/packages/apps/Dialer/java/com/android/contacts/common/
H A DGroupMetaData.java35 String dataSet, in GroupMetaData()
/aosp12/packages/apps/Contacts/tests/src/com/android/contacts/editor/
H A DContactEditorUtilsTest.java235 public MockAccountType(String accountType, String dataSet, boolean areContactsWritable) { in MockAccountType()
/aosp12/packages/apps/Contacts/src/com/android/contacts/group/
H A DGroupListItem.java33 public GroupListItem(String accountName, String accountType, String dataSet, long groupId, in GroupListItem()
H A DGroupMetaData.java50 public final String dataSet; field in GroupMetaData
H A DUpdateGroupMembersAsyncTask.java49 long groupId, String accountName, String accountType, String dataSet) { in UpdateGroupMembersAsyncTask()
H A DGroupUtil.java77 String dataSet = cursor.getString(GroupListLoader.DATA_SET); in getGroupListItem() local
300 public final int dataSet; field in GroupUtil.GroupsProjection
/aosp12/packages/apps/Contacts/src/com/android/contacts/editor/
H A DGroupMembershipView.java283 String dataSet = mGroupMetaData.getString(GroupMetaDataLoader.DATA_SET); in updateView() local
357 String dataSet = mGroupMetaData.getString(GroupMetaDataLoader.DATA_SET); in onClick() local
/aosp12/packages/apps/Dialer/java/com/android/contacts/common/model/
H A DContactLoader.java601 final String dataSet = rawContact.getDataSet(); in loadGroupMetaData() local
637 final String dataSet = cursor.getString(GroupQuery.DATA_SET); in loadGroupMetaData() local
977 public AccountKey(String accountName, String accountType, String dataSet) { in AccountKey()
H A DRawContact.java184 private void setAccount(String accountName, String accountType, String dataSet) { in setAccount()
/aosp12/packages/apps/Contacts/src/com/android/contacts/
H A DSplitAggregateView.java118 String dataSet; field in SplitAggregateView.RawContactInfo
/aosp12/packages/apps/Contacts/src/com/android/contacts/model/
H A DRawContact.java271 private void setAccount(String accountName, String accountType, String dataSet) { in setAccount()
/aosp12/packages/apps/Contacts/src/com/android/contacts/interactions/
H A DContactMultiDeletionInteraction.java212 final String dataSet = cursor.getString(COLUMN_INDEX_DATA_SET); in onLoadFinished() local
/aosp12/packages/apps/Contacts/src/com/android/contacts/detail/
H A DPhotoSelectionHandler.java223 final String dataSet = entityValues.getAsString(RawContacts.DATA_SET); in getDeltaForAttachingPhotoToContact() local

12