Searched refs:showIfEmpty (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/list/
H A DDirectoryPartition.java45 public DirectoryPartition(boolean showIfEmpty, boolean hasHeader) { argument
46 super(showIfEmpty, hasHeader);
H A DJoinContactListAdapter.java124 public void configureDefaultPartition(boolean showIfEmpty, boolean hasHeader) { argument
H A DContactEntryListAdapter.java587 public void configureDefaultPartition(boolean showIfEmpty, boolean hasHeader) { argument
599 setShowIfEmpty(defaultPartitionIndex, showIfEmpty);
/packages/apps/Dialer/java/com/android/contacts/common/list/
H A DDirectoryPartition.java42 public DirectoryPartition(boolean showIfEmpty, boolean hasHeader) { argument
43 super(showIfEmpty, hasHeader);
/packages/apps/Messaging/src/com/android/messaging/ui/
H A DCompositeAdapter.java37 public Partition(final boolean showIfEmpty, final boolean hasHeader, argument
39 this.mShowIfEmpty = showIfEmpty;
47 public boolean showIfEmpty() { method in class:CompositeAdapter.Partition
151 (mPartitions[i].getCount() > 0 || mPartitions[i].showIfEmpty())) {
203 (partition.getCount() > 0 || partition.showIfEmpty())) {
225 (partition.getCount() > 0 || partition.showIfEmpty())) {
247 (partition.getCount() > 0 || partition.showIfEmpty())) {
269 (partition.getCount() > 0 || partition.showIfEmpty())) {

Completed in 102 milliseconds