Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/
DSource.java118 @Nullable private Long mAttributionScopeLimit; field in Source
622 && Objects.equals(mAttributionScopeLimit, source.mAttributionScopeLimit) in equals()
674 mAttributionScopeLimit, in hashCode()
1332 return mAttributionScopeLimit; in getAttributionScopeLimit()
1403 builder.setAttributionScopeLimit(copyFrom.mAttributionScopeLimit); in from()
1776 mBuilding.mAttributionScopeLimit = attributionScopeLimit; in setAttributionScopeLimit()