/packages/apps/Email/tests/src/com/android/email/mail/store/imap/ |
D | ImapResponseTest.java | 44 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/ |
D | ArtistAlbumBrowserActivity.java | 77 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()
|
D | AlbumBrowserActivity.java | 77 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()
|
D | TrackBrowserActivity.java | 76 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/ |
D | CalendarController.java | 120 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()
|
D | SearchActivity.java | 221 searchEventInfo.eventType = EventType.SEARCH; in search() 373 mController.sendEvent(this, EventType.SEARCH, null, null, -1, ViewType.CURRENT, 0, query, in onQueryTextSubmit()
|
D | AllInOneActivity.java | 1243 mController.sendEvent(this, EventType.SEARCH, null, null, -1, ViewType.CURRENT, 0, query, in onQueryTextSubmit()
|
/packages/apps/Calendar/src/com/android/calendar/agenda/ |
D | AgendaFragment.java | 359 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/ |
D | ScreenEvent.java | 28 public static final int SEARCH = 1; field in ScreenEvent.ScreenType
|
/packages/apps/Email/provider_src/com/android/email/mail/store/imap/ |
D | ImapConstants.java | 78 public static final String SEARCH = "SEARCH"; field in ImapConstants
|
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/imap/ |
D | ImapConstants.java | 77 public static final String SEARCH = "SEARCH"; field in ImapConstants
|
/packages/apps/UnifiedEmail/src/com/android/mail/providers/ |
D | Folder.java | 750 return isType(FolderType.SEARCH); in isSearch() 842 } else if (isType(FolderType.SEARCH)) { in getTypeDescription()
|
D | UIProvider.java | 849 public static final int SEARCH = 1 << 12; field in UIProvider.FolderType
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
D | RecentFolderList.java | 204 if (folder.isProviderFolder() || folder.isType(FolderType.SEARCH)) { in touchFolder()
|
D | FolderListFragment.java | 1081 if (!currentFolderFound && !Folder.isType(FolderType.SEARCH, mSelectedFolderType) in recalculateDividedListFolders()
|
D | AbstractActivityController.java | 902 if (folder != null && folder.isType(FolderType.SEARCH)) { in onFolderChanged()
|
/packages/apps/Contacts/src/com/android/contacts/list/ |
D | DefaultContactBrowseListFragment.java | 172 Logger.logScreenView(mActivity, ScreenEvent.ScreenType.SEARCH); 927 previousScreen = ScreenEvent.ScreenType.SEARCH; in onViewContactAction()
|
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/ |
D | ImapFolder.java | 156 if (!response.isDataResponse(0, ImapConstants.SEARCH)) { in getSearchUids()
|
/packages/apps/Email/provider_src/com/android/email/mail/store/ |
D | ImapFolder.java | 385 if (!response.isDataResponse(0, ImapConstants.SEARCH)) { in getSearchUids()
|
/packages/apps/Email/provider_src/com/android/email/provider/ |
D | EmailProvider.java | 4556 return UIProvider.FolderType.DEFAULT | UIProvider.FolderType.SEARCH; in getFolderTypeFromMailboxType() 4587 case UIProvider.FolderType.DEFAULT | UIProvider.FolderType.SEARCH: in getMailboxTypeFromFolderType()
|