Home
last modified time | relevance | path

Searched refs:INITIAL_ENABLED_TIME (Results 1 – 5 of 5) sorted by relevance

/packages/modules/AdServices/adservices/libraries/cobalt/tests/src/com/android/cobalt/data/
DDaoBuildingBlocksTest.java228 insertOrReplaceGlobalValue(GlobalValueEntity.Key.INITIAL_ENABLED_TIME, "a"); in testInsertGlobalValues()
234 GlobalValueEntity.Key.INITIAL_ENABLED_TIME, in testInsertGlobalValues()
242 insertOrReplaceGlobalValue(GlobalValueEntity.Key.INITIAL_ENABLED_TIME, "a"); in testReplaceGlobalValues()
243 insertOrReplaceGlobalValue(GlobalValueEntity.Key.INITIAL_ENABLED_TIME, "b"); in testReplaceGlobalValues()
250 GlobalValueEntity.Key.INITIAL_ENABLED_TIME, in testReplaceGlobalValues()
258 insertOrReplaceGlobalValue(GlobalValueEntity.Key.INITIAL_ENABLED_TIME, "a"); in testDeleteDisabledTime()
DDataServiceTest.java161 .containsExactly(GlobalValueEntity.Key.INITIAL_ENABLED_TIME, TIME.toString()); in loggerEnabled_oneTime_stored()
173 .containsExactly(GlobalValueEntity.Key.INITIAL_ENABLED_TIME, TIME.toString()); in loggerEnabled_multipleTimes_firstIsStored()
198 GlobalValueEntity.Key.INITIAL_ENABLED_TIME, enabledTime.toString(), in loggerDisabled_afterEnabled_stored()
215 GlobalValueEntity.Key.INITIAL_ENABLED_TIME, enabledTime.toString(), in loggerDisabled_multipleTimesAfterEnabled_stored()
233 .containsExactly(GlobalValueEntity.Key.INITIAL_ENABLED_TIME, TIME.toString()); in loggerEnabled_reenabledShortlyAfterDisabled_originalEnabledTime()
252 GlobalValueEntity.Key.INITIAL_ENABLED_TIME, timePlusDays(13).toString()); in loggerEnabled_reenabledAfterMoreThanTwoDaysDisabled_newEnabledTime()
/packages/modules/AdServices/adservices/libraries/cobalt/java/com/android/cobalt/data/
DGlobalValueEntity.java35 INITIAL_ENABLED_TIME, enumConstant
DDataService.java145 enablementTimes.get(GlobalValueEntity.Key.INITIAL_ENABLED_TIME); in loggerEnabledSync()
164 GlobalValueEntity.Key.INITIAL_ENABLED_TIME, in loggerEnabledSync()
DTestOnlyDao.java174 queryEnablementTimes().get(GlobalValueEntity.Key.INITIAL_ENABLED_TIME)) in getInitialEnabledTime()