Searched refs:getSerializedAdCounterKeys (Results 1 – 2 of 2) sorted by relevance
46 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()
57 protected abstract String getSerializedAdCounterKeys(); in getSerializedAdCounterKeys() method in DBAdSelectionHistogramInfo65 return FledgeRoomConverters.deserializeIntegerSet(getSerializedAdCounterKeys()); in getAdCounterKeys()