Searched defs:SEARCH (Results 1 - 8 of 8) sorted by relevance

/packages/apps/ContactsCommon/src/com/android/contacts/common/logging/
H A DScreenEvent.java31 public static final int SEARCH = 1; field in class:ScreenEvent.ScreenType
43 case SEARCH: // fall-through
/packages/apps/Email/provider_src/com/android/email/mail/store/imap/
H A DImapConstants.java78 public static final String SEARCH = "SEARCH"; field in class:ImapConstants
89 public static final String UID_SEARCH = "UID SEARCH";
/packages/apps/Music/src/com/android/music/
H A DAlbumBrowserActivity.java78 private final static int SEARCH = CHILD_MENU_BASE; field in class:AlbumBrowserActivity
294 menu.add(0, SEARCH, 0, R.string.search_title);
345 case SEARCH:
H A DArtistAlbumBrowserActivity.java79 private final static int SEARCH = CHILD_MENU_BASE; field in class:ArtistAlbumBrowserActivity
350 menu.add(0, SEARCH, 0, R.string.search_title);
378 menu.add(0, SEARCH, 0, R.string.search_title);
456 case SEARCH:
H A DTrackBrowserActivity.java77 private static final int SEARCH = CHILD_MENU_BASE + 6; field in class:TrackBrowserActivity
669 menu.add(0, SEARCH, 0, R.string.search_title);
739 case SEARCH:
/packages/services/Telephony/src/com/android/phone/common/mail/store/imap/
H A DImapConstants.java78 public static final String SEARCH = "SEARCH"; field in class:ImapConstants
89 public static final String UID_SEARCH = "UID SEARCH";
/packages/apps/Calendar/src/com/android/calendar/
H A DCalendarController.java120 final long SEARCH = 1L << 8; field in interface:CalendarController.EventType
617 } else if (event.eventType == EventType.SEARCH) {
858 } else if ((eventInfo.eventType & EventType.SEARCH) != 0) {
/packages/apps/UnifiedEmail/src/com/android/mail/providers/
H A DUIProvider.java849 public static final int SEARCH = 1 << 12; field in class:UIProvider.FolderType

Completed in 229 milliseconds