Searched refs:getMaxEventStates (Results 1 – 5 of 5) sorted by relevance
287 if (getSourceType() == SourceType.EVENT && numStates > getMaxEventStates()) { in validateAndSetMaxEventStates()328 long maxEventStates = getMaxEventStates() == null ? 1L : getMaxEventStates(); in getInformationGain()1337 public Long getMaxEventStates() { in getMaxEventStates() method in Source
386 if (pendingSource.getMaxEventStates() == null) { in deactivateSourcesWithDifferentMaxViewStates()396 + pendingSource.getMaxEventStates()); in deactivateSourcesWithDifferentMaxViewStates()728 values.put(SourceContract.MAX_EVENT_STATES, source.getMaxEventStates()); in insertSource()
1477 assertThat(source.getMaxEventStates()).isEqualTo(DEFAULT_MAX_EVENT_STATES); in validateAndSetMaxEventStates_maxEventStatesNullNavigation_returnsFalse()
389 assertThat(source.getMaxEventStates()).isEqualTo(validSource.getMaxEventStates()); in testInsertSource_attributionScopeEnabled_success()422 assertThat(source.getMaxEventStates()).isEqualTo(null); in testInsertSource_attributionScopeDisabled_doesNotInsertAttributionScopeRelatedData()10929 assertThat(insertedSource.getMaxEventStates()) in insertSourceForAttributionScope()
9752 assertThat(fetch.get().getMaxEventStates()).isEqualTo(3L); in fetchSource_attributionScopeEnabled_parsesAttributionScopeFields()9789 assertThat(fetch.get().getMaxEventStates()).isNull(); in fetchSource_attributionScopeDisabled_skipsAttributionScopeFields()