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

  /packages/apps/Dialer/java/com/android/contacts/common/list/
ContactListFilter.java 139 public static final String filterTypeToString(int filterType) {
287 builder.append("[filter type: " + filterType + " (" + filterTypeToString(filterType) + ")");
  /packages/apps/Contacts/src/com/android/contacts/list/
ContactListFilter.java 354 filterTypeToString(filterType));
360 builder.append("[filter type: " + filterType + " (" + filterTypeToString(filterType) + ")");
370 public static final String filterTypeToString(int filterType) {

Completed in 67 milliseconds