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

  /packages/apps/ContactsCommon/src/com/android/contacts/common/logging/
SearchState.java 38 public int numResultsInSelectedPartition = -1;
77 .add("numResultsInSelectedPartition", numResultsInSelectedPartition)
94 dest.writeInt(numResultsInSelectedPartition);
104 numResultsInSelectedPartition = source.readInt();
  /packages/apps/Contacts/src/com/android/contacts/list/
MultiSelectContactsListFragment.java 248 searchState.numResultsInSelectedPartition =

Completed in 78 milliseconds