Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/framework/java/android/app/adservices/consent/
DConsentParcel.java57 private final boolean mIsGiven; field in ConsentParcel
61 mIsGiven = builder.mIsGiven; in ConsentParcel()
67 mIsGiven = in.readBoolean(); in ConsentParcel()
91 out.writeBoolean(mIsGiven); in writeToParcel()
102 return mIsGiven; in isIsGiven()
124 private boolean mIsGiven = false; field in ConsentParcel.Builder
137 mIsGiven = isGiven != null ? isGiven : false; in setIsGiven()