Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/
DSource.java124 @Nullable private DestinationLimitAlgorithm mDestinationLimitAlgorithm; field in Source
686 && Objects.equals(mDestinationLimitAlgorithm, source.mDestinationLimitAlgorithm) in equals()
746 mDestinationLimitAlgorithm, in hashCode()
1449 return mDestinationLimitAlgorithm; in getDestinationLimitAlgorithm()
1552 builder.setDestinationLimitAlgorithm(copyFrom.mDestinationLimitAlgorithm); in from()
1964 mBuilding.mDestinationLimitAlgorithm = destinationLimitAlgorithm; in setDestinationLimitAlgorithm()