Searched refs:mAggregatableSource (Results 1 – 1 of 1) sorted by relevance
30 private TreeMap<String, BigInteger> mAggregatableSource; field in AggregatableAttributionSource34 mAggregatableSource = new TreeMap<>(); in AggregatableAttributionSource()44 return Objects.equals(mAggregatableSource, attributionSource.mAggregatableSource) in equals()50 return Objects.hash(mAggregatableSource); in hashCode()58 return mAggregatableSource; in getAggregatableSource()83 mBuilding.mAggregatableSource = aggregatableSource; in setAggregatableSource()