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

/packages/apps/Contacts/src/com/android/contacts/list/
H A DDirectoryPartition.java38 public DirectoryPartition(boolean showIfEmpty, boolean hasHeader) { argument
39 super(showIfEmpty, hasHeader);
H A DJoinContactListAdapter.java116 public void configureDefaultPartition(boolean showIfEmpty, boolean hasHeader) { argument
H A DContactEntryListAdapter.java483 public void configureDefaultPartition(boolean showIfEmpty, boolean hasHeader) { argument
495 setShowIfEmpty(defaultPartitionIndex, showIfEmpty);
/packages/apps/Contacts/tests/src/com/android/contacts/tests/widget/
H A DPinnedHeaderUseCaseActivity.java77 boolean[] showIfEmpty, int[] delays) {
84 intent.putExtra("showIfEmpty", showIfEmpty);
76 startActivity(int[] counts, String[] names, boolean[] headers, boolean[] showIfEmpty, int[] delays) argument
/packages/apps/Contacts/src/com/android/contacts/widget/
H A DPinnedHeaderListDemoActivity.java108 boolean[] showIfEmpty = extras.getBooleanArray("showIfEmpty");
112 if (counts == null || names == null || showIfEmpty == null || delays == null) {
118 adapter.addPartition(showIfEmpty[i], names[i] != null);

Completed in 430 milliseconds