Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/v2/sqlite/
DSearchSuggestionsDatabaseUtils.java188 .setTables(PickerSQLConstants.Table.SEARCH_SUGGESTION.name()) in getCachedSuggestions()
301 PickerSQLConstants.Table.SEARCH_SUGGESTION.name(), in cacheSearchSuggestions()
317 PickerSQLConstants.Table.SEARCH_SUGGESTION.name(), in cacheSearchSuggestions()
377 PickerSQLConstants.Table.SEARCH_SUGGESTION.name(), in clearExpiredCachedSearchSuggestions()
416 PickerSQLConstants.Table.SEARCH_SUGGESTION.name(), in clearCachedSearchSuggestionsForAuthority()
DPickerSQLConstants.java58 SEARCH_SUGGESTION, enumConstant
/packages/providers/MediaProvider/tests/src/com/android/providers/media/photopicker/v2/sqlite/
DSearchSuggestionsDatabaseUtilTest.java710 PickerSQLConstants.Table.SEARCH_SUGGESTION.name(), in testClearExpiredCachedSuggestions()