Searched refs:maxEventStates (Results 1 – 4 of 4) sorted by relevance
329 long maxEventStates, in getMaxInformationGainWithAttributionScope() argument331 if (numTriggerStates <= 0 || maxEventStates <= 0) { in getMaxInformationGainWithAttributionScope()337 if (attributionScopeLimit > maxEventStates) { in getMaxInformationGainWithAttributionScope()340 for (long numEventStates = 1; numEventStates <= maxEventStates; ++numEventStates) { in getMaxInformationGainWithAttributionScope()357 long end = maxEventStates; in getMaxInformationGainWithAttributionScope()
328 long maxEventStates = getMaxEventStates() == null ? 1L : getMaxEventStates(); in getInformationGain() local332 maxEventStates, in getInformationGain()1147 private void setMaxEventStates(long maxEventStates) { in setMaxEventStates() argument1148 mMaxEventStates = maxEventStates; in setMaxEventStates()1782 public Builder setMaxEventStates(@Nullable Long maxEventStates) { in setMaxEventStates() argument1783 mBuilding.mMaxEventStates = maxEventStates; in setMaxEventStates()
545 long maxEventStates = in populateAttributionScopeFields() local547 if (maxEventStates <= 0 in populateAttributionScopeFields()548 || maxEventStates in populateAttributionScopeFields()556 builder.setMaxEventStates(maxEventStates); in populateAttributionScopeFields()
10891 Long maxEventStates, in insertSourceForAttributionScope() argument10898 maxEventStates, in insertSourceForAttributionScope()10908 Long maxEventStates, in insertSourceForAttributionScope() argument10917 .setMaxEventStates(maxEventStates) in insertSourceForAttributionScope()10930 .isEqualTo(attributionScopeEnabled ? maxEventStates : null); in insertSourceForAttributionScope()