Searched refs:HistogramEvent (Results 1 – 11 of 11) sorted by relevance
25 public static final HistogramEvent VALID_HISTOGRAM_EVENT =28 public static final HistogramEvent VALID_WIN_HISTOGRAM_EVENT =33 public static final HistogramEvent VALID_HISTOGRAM_EVENT_DIFFERENT_NAME =38 public static final HistogramEvent VALID_WIN_HISTOGRAM_EVENT_DIFFERENT_NAME =44 public static final HistogramEvent VALID_HISTOGRAM_EVENT_DIFFERENT_OWNER =49 public static final HistogramEvent VALID_WIN_HISTOGRAM_EVENT_DIFFERENT_OWNER =55 public static final HistogramEvent VALID_HISTOGRAM_EVENT_DIFFERENT_BUYER =58 public static final HistogramEvent VALID_HISTOGRAM_EVENT_DIFFERENT_BUYER_EARLIER_TIME =64 public static final HistogramEvent VALID_WIN_HISTOGRAM_EVENT_DIFFERENT_BUYER =70 public static final HistogramEvent VALID_HISTOGRAM_EVENT_EARLIER_TIME =[all …]
42 HistogramEvent event = in testBuildValidHistogramEvent_success()43 HistogramEvent.builder() in testBuildValidHistogramEvent_success()67 HistogramEvent.builder() in testBuildUnsetAdCounterKey_throws()82 HistogramEvent.builder() in testBuildUnsetBuyer_throws()97 HistogramEvent.builder() in testBuildUnsetCustomAudienceOwnerWithWinType_throws()109 HistogramEvent event = in testBuildUnsetCustomAudienceOwnerWithNonWinType_success()110 HistogramEvent.builder() in testBuildUnsetCustomAudienceOwnerWithNonWinType_success()133 HistogramEvent.builder() in testBuildUnsetCustomAudienceNameWithWinType_throws()145 HistogramEvent event = in testBuildUnsetCustomAudienceNameWithNonWinType_success()146 HistogramEvent.builder() in testBuildUnsetCustomAudienceNameWithNonWinType_success()[all …]
304 HistogramEvent.Builder expectedEventBuilder = in testUpdateWinHistogram_withAdCounterKeysPersists()305 HistogramEvent.builder() in testUpdateWinHistogram_withAdCounterKeysPersists()418 HistogramEvent.Builder expectedEventBuilder = in testUpdateNonWinHistogram_withAdCounterKeysPersists()419 HistogramEvent.builder() in testUpdateNonWinHistogram_withAdCounterKeysPersists()461 HistogramEvent.Builder expectedEventBuilder = in testUpdateNonWinHistogram_withAdCounterKeysPersists_auctionServerOff()462 HistogramEvent.builder() in testUpdateNonWinHistogram_withAdCounterKeysPersists_auctionServerOff()508 HistogramEvent.Builder expectedEventBuilder = in testUpdateNonWinHistogram_withAdCounterKeysPersists_auctionServerOn()509 HistogramEvent.builder() in testUpdateNonWinHistogram_withAdCounterKeysPersists_auctionServerOn()556 HistogramEvent.Builder expectedEventBuilder = in testUpdateNonWinHistogram_withAdCounterKeysPersists_unifiedFlagOn()557 HistogramEvent.builder() in testUpdateNonWinHistogram_withAdCounterKeysPersists_unifiedFlagOn()
2581 ArgumentCaptor<HistogramEvent> histogramEventArgumentCaptor = in testPersistAdSelectionResult_withoutDecrypt_savesWinEventsSuccess()2582 ArgumentCaptor.forClass(HistogramEvent.class); in testPersistAdSelectionResult_withoutDecrypt_savesWinEventsSuccess()2590 List<HistogramEvent> capturedHistogramEventList = in testPersistAdSelectionResult_withoutDecrypt_savesWinEventsSuccess()2598 .map(HistogramEvent::getAdCounterKey) in testPersistAdSelectionResult_withoutDecrypt_savesWinEventsSuccess()2667 ArgumentCaptor<HistogramEvent> histogramEventArgumentCaptor = in testPersistAdSelectionResult_withoutDecrypt_savesNonWinEventsSuccess()2668 ArgumentCaptor.forClass(HistogramEvent.class); in testPersistAdSelectionResult_withoutDecrypt_savesNonWinEventsSuccess()2680 List<HistogramEvent> capturedHistogramEventList = in testPersistAdSelectionResult_withoutDecrypt_savesNonWinEventsSuccess()2691 .map(HistogramEvent::getAdCounterKey) in testPersistAdSelectionResult_withoutDecrypt_savesNonWinEventsSuccess()
37 public abstract class HistogramEvent { class118 abstract HistogramEvent autoValueBuild(); in autoValueBuild()128 public HistogramEvent build() { in build()129 HistogramEvent event = autoValueBuild(); in build()
97 HistogramEvent.Builder eventBuilder = in updateWinHistogram()98 HistogramEvent.builder() in updateWinHistogram()133 HistogramEvent.Builder eventBuilder = in updateWinHistogram()134 HistogramEvent.builder() in updateWinHistogram()201 HistogramEvent.Builder eventBuilder = in updateNonWinHistogram()202 HistogramEvent.builder() in updateNonWinHistogram()
27 import com.android.adservices.service.adselection.HistogramEvent;120 long foreignKey, @NonNull HistogramEvent event) { in fromHistogramEvent()
28 import com.android.adservices.service.adselection.HistogramEvent;137 public static DBHistogramIdentifier fromHistogramEvent(@NonNull HistogramEvent event) { in fromHistogramEvent()
34 import com.android.adservices.service.adselection.HistogramEvent;122 @NonNull HistogramEvent event, in insertHistogramEvent()
26 import com.android.adservices.service.adselection.HistogramEvent;
42 import com.android.adservices.service.adselection.HistogramEvent;519 HistogramEvent eventForPackage1 = in testInsertSameHistogramEventDifferentSourceAppAddsNewIdentifier()523 HistogramEvent eventForPackage2 = in testInsertSameHistogramEventDifferentSourceAppAddsNewIdentifier()2243 HistogramEvent eventForTargetPackage = in testDeleteHistogramDataBySourceAppDeletesUnpairedIdentifiers()2247 HistogramEvent eventForNonTargetPackage = in testDeleteHistogramDataBySourceAppDeletesUnpairedIdentifiers()