Searched refs:SEARCH (Results 1 - 20 of 20) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/logging/
H A DScreenEvent.java28 public static final int SEARCH = 1; field in class:ScreenEvent.ScreenType
/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/Dialer/java/com/android/voicemail/impl/mail/store/imap/
H A DImapConstants.java77 public static final String SEARCH = "SEARCH"; field in class:ImapConstants
88 public static final String UID_SEARCH = "UID 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/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.java77 private final static int SEARCH = CHILD_MENU_BASE; field in class:ArtistAlbumBrowserActivity
346 menu.add(0, SEARCH, 0, R.string.search_title);
374 menu.add(0, SEARCH, 0, R.string.search_title);
449 case SEARCH:
H A DAlbumBrowserActivity.java77 private final static int SEARCH = CHILD_MENU_BASE; field in class:AlbumBrowserActivity
286 menu.add(0, SEARCH, 0, R.string.search_title);
337 case SEARCH:
H A DTrackBrowserActivity.java76 private static final int SEARCH = CHILD_MENU_BASE + 6; field in class:TrackBrowserActivity
639 menu.add(0, SEARCH, 0, R.string.search_title);
709 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/list/
H A DDefaultContactBrowseListFragment.java172 Logger.logScreenView(mActivity, ScreenEvent.ScreenType.SEARCH);
927 previousScreen = ScreenEvent.ScreenType.SEARCH;
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/
H A DImapFolder.java153 // S: * SEARCH 2 3 6
156 if (!response.isDataResponse(0, ImapConstants.SEARCH)) {
159 // 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 2153 milliseconds