/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/adselection/ |
D | DBAdSelectionTest.java | 83 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()
|
D | DBAdSelectionEntryTest.java | 78 assertEquals(ACTIVATION_TIME, dbAdSelectionEntry.getCreationTimestamp()); in testBuildDBAdSelectionEntry() 232 assertEquals(ACTIVATION_TIME, dbAdSelectionEntry.getCreationTimestamp()); in testBuildDBAdSelectionEntryWithNullSellerContextualSignals() 257 assertEquals(ACTIVATION_TIME, dbAdSelectionEntry.getCreationTimestamp()); in testBuildDBAdSelectionEntryWithUnsetSellerContextualSignals()
|
D | AdSelectionDebugReportDaoTest.java | 102 DB_AD_SELECTION_DEBUG_REPORT.getCreationTimestamp(), in testGetDebugReportsBeforeTime() 103 actualDebugReport.getCreationTimestamp()); in testGetDebugReportsBeforeTime()
|
D | AdSelectionEntryDaoTest.java | 2476 .setCreationTimestamp(adSelection.getCreationTimestamp()) in toAdSelectionEntry() 2494 .setCreationTimestamp(adSelection.getCreationTimestamp()) in toAdSelectionEntry()
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/adselection/ |
D | DBAdSelectionDebugReport.java | 66 public abstract long getCreationTimestamp(); in getCreationTimestamp() method in DBAdSelectionDebugReport
|
D | DBConsentedDebugConfiguration.java | 63 public abstract Instant getCreationTimestamp(); in getCreationTimestamp() method in DBConsentedDebugConfiguration
|
D | DBAdSelectionEntry.java | 170 public Instant getCreationTimestamp() { in getCreationTimestamp() method in DBAdSelectionEntry
|
D | DBAdSelection.java | 202 public Instant getCreationTimestamp() { in getCreationTimestamp() method in DBAdSelection
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/common/cache/ |
D | DBCacheEntry.java | 68 public abstract Instant getCreationTimestamp(); in getCreationTimestamp() method in DBCacheEntry
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/ |
D | AdCounterHistogramUpdaterImpl.java | 103 .setTimestamp(dbAdSelection.getCreationTimestamp()) in updateWinHistogram()
|
D | AdSelectionRunner.java | 776 .setCreationInstant(dbAdSelection.getCreationTimestamp())
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/shell/adselection/ |
D | ConsentedDebugShellCommand.java | 299 .put(JSON_CREATION_TIME, consentedDebugConfiguration.getCreationTimestamp()) in convertToJson()
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/ |
D | AdCounterHistogramUpdaterImplTest.java | 312 .setTimestamp(validDbAdSelection.getCreationTimestamp()) in testUpdateWinHistogram_withAdCounterKeysPersists()
|