Home
last modified time | relevance | path

Searched refs:SearchHistoryTableColumns (Results 1 – 3 of 3) sorted by relevance

/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/v2/sqlite/
DSearchSuggestionsDatabaseUtils.java112 PickerSQLConstants.SearchHistoryTableColumns.SEARCH_TEXT.getColumnName(), in getHistorySuggestions()
113 PickerSQLConstants.SearchHistoryTableColumns.MEDIA_SET_ID.getColumnName(), in getHistorySuggestions()
114 PickerSQLConstants.SearchHistoryTableColumns.AUTHORITY.getColumnName(), in getHistorySuggestions()
115 PickerSQLConstants.SearchHistoryTableColumns.COVER_MEDIA_ID.getColumnName() in getHistorySuggestions()
120 PickerSQLConstants.SearchHistoryTableColumns.PICKER_ID.getColumnName())); in getHistorySuggestions()
127 PickerSQLConstants.SearchHistoryTableColumns.CREATION_TIME_MS, in getHistorySuggestions()
134 PickerSQLConstants.SearchHistoryTableColumns.AUTHORITY, in getHistorySuggestions()
135 PickerSQLConstants.SearchHistoryTableColumns.AUTHORITY, in getHistorySuggestions()
141 PickerSQLConstants.SearchHistoryTableColumns.AUTHORITY)); in getHistorySuggestions()
443 PickerSQLConstants.SearchHistoryTableColumns.CREATION_TIME_MS); in clearExpiredHistorySearchSuggestions()
[all …]
DPickerSQLConstants.java245 public enum SearchHistoryTableColumns { enum in PickerSQLConstants
255 SearchHistoryTableColumns(@NonNull String columnName) { in SearchHistoryTableColumns() method in PickerSQLConstants.SearchHistoryTableColumns
/packages/providers/MediaProvider/tests/src/com/android/providers/media/photopicker/v2/sqlite/
DSearchSuggestionsDatabaseUtilTest.java738 PickerSQLConstants.SearchHistoryTableColumns.CREATION_TIME_MS.getColumnName(), in testClearExpiredHistorySuggestions()
744 PickerSQLConstants.SearchHistoryTableColumns.SEARCH_TEXT.getColumnName() in testClearExpiredHistorySuggestions()