Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/v2/sqlite/
DSearchSuggestionsDatabaseUtils.java79 PickerSQLConstants.Table.SEARCH_HISTORY.name(), in saveSearchHistory()
110 .setTables(PickerSQLConstants.Table.SEARCH_HISTORY.name()) in getHistorySuggestions()
449 PickerSQLConstants.Table.SEARCH_HISTORY.name(), in clearExpiredHistorySearchSuggestions()
495 PickerSQLConstants.Table.SEARCH_HISTORY.name(), in clearHistorySearchSuggestionsForAuthority()
DPickerSQLConstants.java57 SEARCH_HISTORY, enumConstant
/packages/providers/MediaProvider/tests/src/com/android/providers/media/photopicker/v2/sqlite/
DSearchSuggestionsDatabaseUtilTest.java742 PickerSQLConstants.Table.SEARCH_HISTORY.name(), in testClearExpiredHistorySuggestions()