Home
last modified time | relevance | path

Searched refs:directoryPartition (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/Contacts/src/com/android/contacts/list/
H A DContactEntryListAdapter.java198 if (directoryPartition.getDirectoryId() == id) { in getDirectoryById()
199 return directoryPartition; in getDirectoryById()
219 if (!directoryPartition.isLoading()) { in onDataReload()
281 public int getDirectoryResultLimit(DirectoryPartition directoryPartition) { in getDirectoryResultLimit() argument
282 final int limit = directoryPartition.getResultLimit(); in getDirectoryResultLimit()
623 final long directoryId = directoryPartition.getDirectoryId(); in bindWorkProfileIcon()
636 DirectoryPartition directoryPartition = (DirectoryPartition)partition; in bindHeaderView() local
637 long directoryId = directoryPartition.getDirectoryId(); in bindHeaderView()
640 labelTextView.setText(directoryPartition.getLabel()); in bindHeaderView()
644 String directoryName = directoryPartition.getDisplayName(); in bindHeaderView()
[all …]
H A DContactEntryListFragment.java336 DirectoryPartition directoryPartition = (DirectoryPartition)partition; in startLoading() local
337 if (directoryPartition.getStatus() == DirectoryPartition.STATUS_NOT_LOADED) { in startLoading()
338 if (directoryPartition.isPriorityDirectory() || !mLoadPriorityDirectoriesOnly) { in startLoading()
/aosp12/frameworks/ex/common/java/com/android/common/contacts/
H A DBaseEmailAddressAdapter.java326 DirectoryPartition directoryPartition = (DirectoryPartition)getPartition(partition); in bindView() local
327 String directoryType = directoryPartition.directoryType; in bindView()
328 String directoryName = directoryPartition.displayName; in bindView()
329 if (directoryPartition.loading) { in bindView()