HomeSort by relevance Sort by last modified time
    Searched refs:defaultPartitionIndex (Results 1 - 2 of 2) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/list/
ContactEntryListAdapter.java 588 int defaultPartitionIndex = -1;
594 defaultPartitionIndex = i;
598 if (defaultPartitionIndex != -1) {
599 setShowIfEmpty(defaultPartitionIndex, showIfEmpty);
600 setHasHeader(defaultPartitionIndex, hasHeader);
  /packages/apps/Dialer/java/com/android/contacts/common/list/
ContactEntryListAdapter.java 566 int defaultPartitionIndex = -1;
571 defaultPartitionIndex = i;
574 setHasHeader(defaultPartitionIndex, setHeader);

Completed in 534 milliseconds