Searched refs:mDebugKeyAllowed (Results 1 – 3 of 3) sorted by relevance
51 private final boolean mDebugKeyAllowed; field in WebSourceParams55 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.Builder132 mDebugKeyAllowed = false; in Builder()145 this.mDebugKeyAllowed = debugKeyAllowed; in setDebugKeyAllowed()
51 private final boolean mDebugKeyAllowed; field in WebTriggerParams55 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.Builder132 mDebugKeyAllowed = false; in Builder()145 mDebugKeyAllowed = debugKeyAllowed; in setDebugKeyAllowed()
51 private final boolean mDebugKeyAllowed; field in AsyncRegistration75 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.Builder364 mDebugKeyAllowed = debugKeyAllowed; in setDebugKeyAllowed()