Home
last modified time | relevance | path

Searched refs:getSerializedAdCounterKeys (Results 1 – 2 of 2) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/adselection/
DDBAdSelectionHistogramInfoTest.java46 assertThat(histogramInfo.getSerializedAdCounterKeys()) in testCreateValidHistogramInfo()
56 assertThat(histogramInfo.getSerializedAdCounterKeys()) in testGetAdCounterKeysDeserializesCorrectly()
74 assertThat(histogramInfo.getSerializedAdCounterKeys()).isNull(); in testCreateNullAdCounterKeysSuccess()
82 assertThat(histogramInfo.getSerializedAdCounterKeys()).isNull(); in testGetNullAdCounterKeysDeserializesCorrectly()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/adselection/
DDBAdSelectionHistogramInfo.java57 protected abstract String getSerializedAdCounterKeys(); in getSerializedAdCounterKeys() method in DBAdSelectionHistogramInfo
65 return FledgeRoomConverters.deserializeIntegerSet(getSerializedAdCounterKeys()); in getAdCounterKeys()