Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/
DSource.java117 @Nullable private List<String> mAttributionScopes; field in Source
621 && Objects.equals(mAttributionScopes, source.mAttributionScopes) in equals()
673 mAttributionScopes, in hashCode()
1326 return mAttributionScopes; in getAttributionScopes()
1402 builder.setAttributionScopes(copyFrom.mAttributionScopes); in from()
1769 mBuilding.mAttributionScopes = attributionScopes; in setAttributionScopes()