Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/noising/
DImpressionNoiseParams.java27 private final int mReportingWindowCount; field in ImpressionNoiseParams
37 mReportingWindowCount = reportingWindowCount; in ImpressionNoiseParams()
49 + mReportingWindowCount in toString()
63 && mReportingWindowCount == that.mReportingWindowCount; in equals()
68 return Objects.hash(mReportCount, mTriggerDataCardinality, mReportingWindowCount); in hashCode()
89 return mReportingWindowCount; in getReportingWindowCount()