Searched refs:SEARCH (Results 1 - 20 of 20) 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/tests/src/com/android/email/mail/store/imap/
H A DImapResponseTest.java44 final ImapResponse SEARCH = buildResponse(null, false, new ImapSimpleString("SEARCH"),
52 assertTrue(SEARCH.isDataResponse(0, ImapConstants.SEARCH));
56 assertFalse(SEARCH.isDataResponse(1, ImapConstants.SEARCH));
/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/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 DSearchActivity.java221 searchEventInfo.eventType = EventType.SEARCH;
373 mController.sendEvent(this, EventType.SEARCH, null, null, -1, ViewType.CURRENT, 0, query,
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) {
H A DAllInOneActivity.java1243 mController.sendEvent(this, EventType.SEARCH, null, null, -1, ViewType.CURRENT, 0, query,
/packages/apps/Calendar/src/com/android/calendar/agenda/
H A DAgendaFragment.java359 return EventType.GO_TO | EventType.EVENTS_CHANGED | ((mUsedForSearch)?EventType.SEARCH:0);
374 } else if (event.eventType == EventType.SEARCH) {
/packages/apps/Music/src/com/android/music/
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 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 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/apps/UnifiedEmail/src/com/android/mail/ui/
H A DRecentFolderList.java204 if (folder.isProviderFolder() || folder.isType(FolderType.SEARCH)) {
H A DFolderListFragment.java1081 if (!currentFolderFound && !Folder.isType(FolderType.SEARCH, mSelectedFolderType)
H A DAbstractActivityController.java902 if (folder != null && folder.isType(FolderType.SEARCH)) {
/packages/apps/UnifiedEmail/src/com/android/mail/providers/
H A DFolder.java750 return isType(FolderType.SEARCH);
842 } else if (isType(FolderType.SEARCH)) {
H A DUIProvider.java849 public static final int SEARCH = 1 << 12; field in class:UIProvider.FolderType
/packages/apps/Contacts/src/com/android/contacts/activities/
H A DPeopleActivity.java561 Logger.logScreenView(this, ScreenType.SEARCH);
947 mAllFragment.isSearchMode() ? ScreenType.SEARCH : ScreenType.ALL_CONTACTS);
/packages/services/Telephony/src/com/android/phone/common/mail/store/
H A DImapFolder.java157 // S: * SEARCH 2 3 6
160 if (!response.isDataResponse(0, ImapConstants.SEARCH)) {
163 // Found SEARCH response data
/packages/apps/Email/provider_src/com/android/email/mail/store/
H A DImapFolder.java382 // S: * SEARCH 2 3 6
385 if (!response.isDataResponse(0, ImapConstants.SEARCH)) {
388 // Found SEARCH response data
466 * We send: SEARCH OR FROM "foo" (OR TO "foo" (OR CC "foo" (OR SUBJECT "foo" BODY "foo"))), but
/packages/apps/Email/provider_src/com/android/email/provider/
H A DEmailProvider.java4555 // TODO Can the DEFAULT type be removed from SEARCH folders?
4556 return UIProvider.FolderType.DEFAULT | UIProvider.FolderType.SEARCH;
4587 case UIProvider.FolderType.DEFAULT | UIProvider.FolderType.SEARCH:
4588 // TODO Can the DEFAULT type be removed from SEARCH folders?

Completed in 704 milliseconds