Home
last modified time | relevance | path

Searched refs:getCreationTimestamp (Results 1 – 13 of 13) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/adselection/
DDBAdSelectionTest.java83 assertEquals(ACTIVATION_TIME, dbAdSelection.getCreationTimestamp()); in testBuildDBAdSelection()
209 assertEquals(ACTIVATION_TIME, dbAdSelection.getCreationTimestamp()); in testBuildDBAdSelectionWithNullAdCounterKeys()
236 assertEquals(ACTIVATION_TIME, dbAdSelection.getCreationTimestamp()); in testBuildDBAdSelectionWithNullSellerContextualSignals()
265 assertEquals(ACTIVATION_TIME, dbAdSelection.getCreationTimestamp()); in testBuildDBAdSelectionWithEmptyAdCounterKeys()
292 assertEquals(ACTIVATION_TIME, dbAdSelection.getCreationTimestamp()); in testBuildDBAdSelectionWithUnsetAdCounterKeys()
319 assertEquals(ACTIVATION_TIME, dbAdSelection.getCreationTimestamp()); in testBuildDBAdSelectionWithUnsetSellerContextualSignals()
DDBAdSelectionEntryTest.java78 assertEquals(ACTIVATION_TIME, dbAdSelectionEntry.getCreationTimestamp()); in testBuildDBAdSelectionEntry()
232 assertEquals(ACTIVATION_TIME, dbAdSelectionEntry.getCreationTimestamp()); in testBuildDBAdSelectionEntryWithNullSellerContextualSignals()
257 assertEquals(ACTIVATION_TIME, dbAdSelectionEntry.getCreationTimestamp()); in testBuildDBAdSelectionEntryWithUnsetSellerContextualSignals()
DAdSelectionDebugReportDaoTest.java102 DB_AD_SELECTION_DEBUG_REPORT.getCreationTimestamp(), in testGetDebugReportsBeforeTime()
103 actualDebugReport.getCreationTimestamp()); in testGetDebugReportsBeforeTime()
DAdSelectionEntryDaoTest.java2476 .setCreationTimestamp(adSelection.getCreationTimestamp()) in toAdSelectionEntry()
2494 .setCreationTimestamp(adSelection.getCreationTimestamp()) in toAdSelectionEntry()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/adselection/
DDBAdSelectionDebugReport.java66 public abstract long getCreationTimestamp(); in getCreationTimestamp() method in DBAdSelectionDebugReport
DDBConsentedDebugConfiguration.java63 public abstract Instant getCreationTimestamp(); in getCreationTimestamp() method in DBConsentedDebugConfiguration
DDBAdSelectionEntry.java170 public Instant getCreationTimestamp() { in getCreationTimestamp() method in DBAdSelectionEntry
DDBAdSelection.java202 public Instant getCreationTimestamp() { in getCreationTimestamp() method in DBAdSelection
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/common/cache/
DDBCacheEntry.java68 public abstract Instant getCreationTimestamp(); in getCreationTimestamp() method in DBCacheEntry
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/
DAdCounterHistogramUpdaterImpl.java103 .setTimestamp(dbAdSelection.getCreationTimestamp()) in updateWinHistogram()
DAdSelectionRunner.java776 .setCreationInstant(dbAdSelection.getCreationTimestamp())
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/shell/adselection/
DConsentedDebugShellCommand.java299 .put(JSON_CREATION_TIME, consentedDebugConfiguration.getCreationTimestamp()) in convertToJson()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DAdCounterHistogramUpdaterImplTest.java312 .setTimestamp(validDbAdSelection.getCreationTimestamp()) in testUpdateWinHistogram_withAdCounterKeysPersists()