Searched refs:getKeyedFrequencyCapsForViewEvents (Results 1 – 9 of 9) sorted by relevance
66 filters.getKeyedFrequencyCapsForViewEvents(), violations); in addValidation()76 if (filters.getKeyedFrequencyCapsForViewEvents() != null) { in addValidation()77 numFrequencyCapFilters += filters.getKeyedFrequencyCapsForViewEvents().size(); in addValidation()
63 assertThat(originalFilters.getKeyedFrequencyCapsForViewEvents()) in testBuildValidFrequencyCapFilters_success()93 assertThat(filtersFromParcel.getKeyedFrequencyCapsForViewEvents()) in testParcelFrequencyCapFilters_success()253 assertThat(originalFilters.getKeyedFrequencyCapsForViewEvents()).isEmpty(); in testBuildNoSetters_success()
177 if (!filters.getKeyedFrequencyCapsForViewEvents().isEmpty() in doesAdPassFrequencyCapFilters()179 filters.getKeyedFrequencyCapsForViewEvents(), in doesAdPassFrequencyCapFilters()
93 .getKeyedFrequencyCapsForViewEvents() in testAddValidation_excessiveNumKeysAndFiltersReturnsViolations()
102 .getKeyedFrequencyCapsForViewEvents() in testAddValidation_excessiveNumKeysAndFiltersReturnsViolations()
85 assertThat(FrequencyCapFilters.fromJson(json).getKeyedFrequencyCapsForViewEvents()) in testJsonSerializationEmptyViews()
168 frequencyCapFilters.getKeyedFrequencyCapsForViewEvents(), in writeFrequencyCapFilters()
202 public List<KeyedFrequencyCap> getKeyedFrequencyCapsForViewEvents() { in getKeyedFrequencyCapsForViewEvents() method in FrequencyCapFilters
403 …c java.util.List<android.adservices.common.KeyedFrequencyCap> getKeyedFrequencyCapsForViewEvents();