Searched refs:SEARCH (Results 1 – 13 of 13) sorted by relevance
44 final ImapResponse SEARCH = buildResponse(null, false, new ImapSimpleString("SEARCH"), in testIsDataResponse() local52 assertTrue(SEARCH.isDataResponse(0, ImapConstants.SEARCH)); in testIsDataResponse()56 assertFalse(SEARCH.isDataResponse(1, ImapConstants.SEARCH)); in testIsDataResponse()
28 public static final int SEARCH = 1; field in ScreenEvent.ScreenType
78 public static final String SEARCH = "SEARCH"; field in ImapConstants
77 public static final String SEARCH = "SEARCH"; field in ImapConstants
204 if (folder.isProviderFolder() || folder.isType(FolderType.SEARCH)) { in touchFolder()
1081 if (!currentFolderFound && !Folder.isType(FolderType.SEARCH, mSelectedFolderType) in recalculateDividedListFolders()
902 if (folder != null && folder.isType(FolderType.SEARCH)) { in onFolderChanged()
750 return isType(FolderType.SEARCH); in isSearch()842 } else if (isType(FolderType.SEARCH)) { in getTypeDescription()
849 public static final int SEARCH = 1 << 12; field in UIProvider.FolderType
172 Logger.logScreenView(mActivity, ScreenEvent.ScreenType.SEARCH);927 previousScreen = ScreenEvent.ScreenType.SEARCH; in onViewContactAction()
156 if (!response.isDataResponse(0, ImapConstants.SEARCH)) { in getSearchUids()
385 if (!response.isDataResponse(0, ImapConstants.SEARCH)) { in getSearchUids()
4557 return UIProvider.FolderType.DEFAULT | UIProvider.FolderType.SEARCH; in getFolderTypeFromMailboxType()4588 case UIProvider.FolderType.DEFAULT | UIProvider.FolderType.SEARCH: in getMailboxTypeFromFolderType()