Home
last modified time | relevance | path

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

/packages/apps/Email/tests/src/com/android/email/mail/store/imap/
DImapResponseTest.java44 final ImapResponse SEARCH = buildResponse(null, false, new ImapSimpleString("SEARCH"), in testIsDataResponse() local
52 assertTrue(SEARCH.isDataResponse(0, ImapConstants.SEARCH)); in testIsDataResponse()
56 assertFalse(SEARCH.isDataResponse(1, ImapConstants.SEARCH)); in testIsDataResponse()
/packages/apps/Music/src/com/android/music/
DArtistAlbumBrowserActivity.java77 private final static int SEARCH = CHILD_MENU_BASE; field in ArtistAlbumBrowserActivity
346 menu.add(0, SEARCH, 0, R.string.search_title); in onCreateContextMenu()
374 menu.add(0, SEARCH, 0, R.string.search_title); in onCreateContextMenu()
449 case SEARCH: in onContextItemSelected()
DAlbumBrowserActivity.java77 private final static int SEARCH = CHILD_MENU_BASE; field in AlbumBrowserActivity
286 menu.add(0, SEARCH, 0, R.string.search_title); in onCreateContextMenu()
337 case SEARCH: in onContextItemSelected()
DTrackBrowserActivity.java76 private static final int SEARCH = CHILD_MENU_BASE + 6; field in TrackBrowserActivity
639 menu.add(0, SEARCH, 0, R.string.search_title); in onCreateContextMenu()
709 case SEARCH: in onContextItemSelected()
/packages/apps/Calendar/src/com/android/calendar/
DCalendarController.java120 final long SEARCH = 1L << 8; field
617 } else if (event.eventType == EventType.SEARCH) { in sendEvent()
858 } else if ((eventInfo.eventType & EventType.SEARCH) != 0) { in eventInfoToString()
DSearchActivity.java221 searchEventInfo.eventType = EventType.SEARCH; in search()
373 mController.sendEvent(this, EventType.SEARCH, null, null, -1, ViewType.CURRENT, 0, query, in onQueryTextSubmit()
DAllInOneActivity.java1243 mController.sendEvent(this, EventType.SEARCH, null, null, -1, ViewType.CURRENT, 0, query, in onQueryTextSubmit()
/packages/apps/Calendar/src/com/android/calendar/agenda/
DAgendaFragment.java359 return EventType.GO_TO | EventType.EVENTS_CHANGED | ((mUsedForSearch)?EventType.SEARCH:0); in getSupportedEventTypes()
374 } else if (event.eventType == EventType.SEARCH) { in handleEvent()
/packages/apps/Contacts/src/com/android/contacts/logging/
DScreenEvent.java28 public static final int SEARCH = 1; field in ScreenEvent.ScreenType
/packages/apps/Email/provider_src/com/android/email/mail/store/imap/
DImapConstants.java78 public static final String SEARCH = "SEARCH"; field in ImapConstants
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/imap/
DImapConstants.java77 public static final String SEARCH = "SEARCH"; field in ImapConstants
/packages/apps/UnifiedEmail/src/com/android/mail/providers/
DFolder.java750 return isType(FolderType.SEARCH); in isSearch()
842 } else if (isType(FolderType.SEARCH)) { in getTypeDescription()
DUIProvider.java849 public static final int SEARCH = 1 << 12; field in UIProvider.FolderType
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DRecentFolderList.java204 if (folder.isProviderFolder() || folder.isType(FolderType.SEARCH)) { in touchFolder()
DFolderListFragment.java1081 if (!currentFolderFound && !Folder.isType(FolderType.SEARCH, mSelectedFolderType) in recalculateDividedListFolders()
DAbstractActivityController.java902 if (folder != null && folder.isType(FolderType.SEARCH)) { in onFolderChanged()
/packages/apps/Contacts/src/com/android/contacts/list/
DDefaultContactBrowseListFragment.java172 Logger.logScreenView(mActivity, ScreenEvent.ScreenType.SEARCH);
927 previousScreen = ScreenEvent.ScreenType.SEARCH; in onViewContactAction()
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/
DImapFolder.java156 if (!response.isDataResponse(0, ImapConstants.SEARCH)) { in getSearchUids()
/packages/apps/Email/provider_src/com/android/email/mail/store/
DImapFolder.java385 if (!response.isDataResponse(0, ImapConstants.SEARCH)) { in getSearchUids()
/packages/apps/Email/provider_src/com/android/email/provider/
DEmailProvider.java4556 return UIProvider.FolderType.DEFAULT | UIProvider.FolderType.SEARCH; in getFolderTypeFromMailboxType()
4587 case UIProvider.FolderType.DEFAULT | UIProvider.FolderType.SEARCH: in getMailboxTypeFromFolderType()