Home
last modified time | relevance | path

Searched refs:CREATION_TIME_MS (Results 1 – 4 of 4) sorted by relevance

/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/v2/sqlite/
DSearchSuggestionsDatabaseUtils.java127 PickerSQLConstants.SearchHistoryTableColumns.CREATION_TIME_MS, in getHistorySuggestions()
212 PickerSQLConstants.SearchSuggestionsTableColumns.CREATION_TIME_MS, in getCachedSuggestions()
371 PickerSQLConstants.SearchSuggestionsTableColumns.CREATION_TIME_MS); in clearExpiredCachedSearchSuggestions()
443 PickerSQLConstants.SearchHistoryTableColumns.CREATION_TIME_MS); in clearExpiredHistorySearchSuggestions()
536 PickerSQLConstants.SearchSuggestionsTableColumns.CREATION_TIME_MS.getColumnName(), in getContentValues()
679 PickerSQLConstants.SearchHistoryTableColumns.CREATION_TIME_MS.getColumnName(), in searchRequestToHistoryContentValues()
DPickerSQLConstants.java251 CREATION_TIME_MS("creation_time_ms"); enumConstant
272 CREATION_TIME_MS("creation_time_ms"); enumConstant
/packages/providers/MediaProvider/tests/src/com/android/providers/media/photopicker/v2/sqlite/
DSearchSuggestionsDatabaseUtilTest.java706 PickerSQLConstants.SearchSuggestionsTableColumns.CREATION_TIME_MS.getColumnName(), in testClearExpiredCachedSuggestions()
738 PickerSQLConstants.SearchHistoryTableColumns.CREATION_TIME_MS.getColumnName(), in testClearExpiredHistorySuggestions()
/packages/modules/OnDevicePersonalization/tests/federatedcomputetests/src/com/android/federatedcompute/services/training/
DFederatedComputeWorkerTest.java167 private static final long CREATION_TIME_MS = 10000L; field in FederatedComputeWorkerTest
270 .creationTime(CREATION_TIME_MS)