Searched refs:mConsentApiType (Results 1 – 1 of 1) sorted by relevance
58 @ConsentApiType private final int mConsentApiType; field in ConsentParcel62 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.Builder130 mConsentApiType = consentApiType; in setConsentApiType()144 if (mConsentApiType == UNKNOWN) { in build()