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

  /packages/apps/Browser/src/com/android/browser/
SuggestionsAdapter.java 53 public static final int TYPE_SEARCH = 3;
194 case TYPE_SEARCH:
214 || (TYPE_SEARCH == item.type)
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
Mailbox.java 170 public static final int TYPE_SEARCH = 8;
478 && mType != Mailbox.TYPE_SEARCH
486 && mType != Mailbox.TYPE_SEARCH;

Completed in 48 milliseconds