Home
last modified time | relevance | path

Searched refs:getPartitionCount (Results 1 – 10 of 10) sorted by relevance

/aosp12/packages/apps/Contacts/src/com/android/contacts/list/
H A DContactEntryListAdapter.java167 final int partitionCount = getPartitionCount(); in removeDirectoriesAfterDefault()
180 int count = getPartitionCount(); in getPartitionByDirectoryId()
193 int count = getPartitionCount(); in getDirectoryById()
214 int count = getPartitionCount(); in onDataReload()
232 int count = getPartitionCount(); in clearPartitions()
443 int count = getPartitionCount(); in changeDirectories()
460 if (partitionIndex >= getPartitionCount()) { in changeCursor()
563 int count = getPartitionCount(); in isLoading()
575 int count = getPartitionCount(); in areAllPartitionsEmpty()
589 int count = getPartitionCount(); in configureDefaultPartition()
H A DPinnedHeaderListAdapter.java54 return getPartitionCount(); in getPinnedHeaderCount()
99 int size = getPartitionCount(); in configurePinnedHeaders()
H A DContactListAdapter.java297 int partitionCount = getPartitionCount(); in getSelectedContactPosition()
349 int partitionCount = getPartitionCount(); in getFirstContactUri()
H A DMultiSelectContactsListFragment.java229 searchState.numPartitions = adapter.getPartitionCount(); in createSearchState()
235 for (int i = 0; i < adapter.getPartitionCount(); i++) { in createSearchState()
H A DPhoneNumberListAdapter.java596 if (getPartitionCount() == cursor.getCount() + numExtendedDirectories) { in changeDirectories()
607 for (int i = 0, n = getPartitionCount(); i < n; i++) { in changeDirectories()
H A DContactEntryListFragment.java332 int partitionCount = mAdapter.getPartitionCount(); in startLoading()
477 if (partitionIndex >= mAdapter.getPartitionCount()) {
H A DContactBrowseListFragment.java438 int count = adapter.getPartitionCount(); in checkSelection()
/aosp12/frameworks/ex/common/java/com/android/common/contacts/
H A DBaseEmailAddressAdapter.java423 int count = getPartitionCount(); in onDirectoryLoadFinished()
431 if (defaultPartitionCursor != null && getPartitionCount() > 0) { in onDirectoryLoadFinished()
483 if (partitionIndex < getPartitionCount()) { in showSearchPendingIfNotComplete()
502 if (partitionIndex < getPartitionCount()) { in onPartitionLoadFinished()
570 int partitionCount = getPartitionCount(); in isDuplicate()
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/
H A DCompositeAdapter.java164 public int getPartitionCount() { in getPartitionCount() method in CompositeAdapter
/aosp12/frameworks/ex/common/java/com/android/common/widget/
H A DCompositeCursorAdapter.java161 public int getPartitionCount() { in getPartitionCount() method in CompositeCursorAdapter