Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/stats/
DMeasurementWipeoutStats.java26 private int mWipeoutType; field in MeasurementWipeoutStats
38 && mWipeoutType == measurementWipeoutStats.getWipeoutType() in equals()
44 return Objects.hash(mCode, mWipeoutType, mSourceRegistrant); in hashCode()
52 return mWipeoutType; in getWipeoutType()
75 mBuilding.mWipeoutType = wipeoutType; in setWipeoutType()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/
DWipeoutStatus.java42 private WipeoutType mWipeoutType; field in WipeoutStatus
45 mWipeoutType = WipeoutType.UNKNOWN; in WipeoutStatus()
50 return mWipeoutType; in getWipeoutType()
55 mWipeoutType = type; in setWipeoutType()