Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/framework/java/android/app/adservices/consent/
DConsentParcel.java58 @ConsentApiType private final int mConsentApiType; field in ConsentParcel
62 mConsentApiType = builder.mConsentApiType; in ConsentParcel()
66 mConsentApiType = in.readInt(); in ConsentParcel()
90 out.writeInt(mConsentApiType); in writeToParcel()
97 return mConsentApiType; in getConsentApiType()
123 @ConsentApiType private int mConsentApiType = UNKNOWN; field in ConsentParcel.Builder
130 mConsentApiType = consentApiType; in setConsentApiType()
144 if (mConsentApiType == UNKNOWN) { in build()