Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/framework/java/android/adservices/measurement/
DWebSourceParams.java51 private final boolean mDebugKeyAllowed; field in WebSourceParams
55 mDebugKeyAllowed = builder.mDebugKeyAllowed; in WebSourceParams()
61 mDebugKeyAllowed = in.readBoolean(); in WebSourceParams()
69 return mDebugKeyAllowed == that.mDebugKeyAllowed in equals()
75 return Objects.hash(mRegistrationUri, mDebugKeyAllowed); in hashCode()
89 return mDebugKeyAllowed; in isDebugKeyAllowed()
101 out.writeBoolean(mDebugKeyAllowed); in writeToParcel()
115 private boolean mDebugKeyAllowed; field in WebSourceParams.Builder
132 mDebugKeyAllowed = false; in Builder()
145 this.mDebugKeyAllowed = debugKeyAllowed; in setDebugKeyAllowed()
DWebTriggerParams.java51 private final boolean mDebugKeyAllowed; field in WebTriggerParams
55 mDebugKeyAllowed = builder.mDebugKeyAllowed; in WebTriggerParams()
61 mDebugKeyAllowed = in.readBoolean(); in WebTriggerParams()
69 return mDebugKeyAllowed == that.mDebugKeyAllowed in equals()
75 return Objects.hash(mRegistrationUri, mDebugKeyAllowed); in hashCode()
89 return mDebugKeyAllowed; in isDebugKeyAllowed()
101 out.writeBoolean(mDebugKeyAllowed); in writeToParcel()
115 private boolean mDebugKeyAllowed; field in WebTriggerParams.Builder
132 mDebugKeyAllowed = false; in Builder()
145 mDebugKeyAllowed = debugKeyAllowed; in setDebugKeyAllowed()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/registration/
DAsyncRegistration.java51 private final boolean mDebugKeyAllowed; field in AsyncRegistration
75 mDebugKeyAllowed = builder.mDebugKeyAllowed; in AsyncRegistration()
90 && mDebugKeyAllowed == that.mDebugKeyAllowed in equals()
121 mDebugKeyAllowed, in hashCode()
192 return mDebugKeyAllowed; in getDebugKeyAllowed()
268 private boolean mDebugKeyAllowed; field in AsyncRegistration.Builder
364 mDebugKeyAllowed = debugKeyAllowed; in setDebugKeyAllowed()