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 52 public static final int TYPE_SEARCH = 3;
177 case TYPE_SEARCH:
196 || (TYPE_SEARCH == item.type))
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
Mailbox.java 182 public static final int TYPE_SEARCH = 8;
509 && mType != Mailbox.TYPE_SEARCH
517 && mType != Mailbox.TYPE_SEARCH;
527 if (mType == TYPE_DRAFTS || mType == TYPE_OUTBOX || mType == TYPE_SEARCH) {

Completed in 715 milliseconds