Searched refs:setConsentApiType (Results 1 – 7 of 7) sorted by relevance
36 new ConsentParcel.Builder().setConsentApiType(ALL_API).setIsGiven(true).build(); in testConsentParcel()41 new ConsentParcel.Builder().setConsentApiType(TOPICS).setIsGiven(false).build(); in testConsentParcel()46 new ConsentParcel.Builder().setConsentApiType(FLEDGE).setIsGiven(false).build(); in testConsentParcel()51 new ConsentParcel.Builder().setConsentApiType(MEASUREMENT).setIsGiven(true).build(); in testConsentParcel()
108 .setConsentApiType(consentApiType) in createRevokedConsent()116 .setConsentApiType(consentApiType) in createGivenConsent()129 public @NonNull Builder setConsentApiType(@ConsentApiType int consentApiType) { in setConsentApiType() method in ConsentParcel.Builder
124 .setConsentApiType(ConsentParcel.ALL_API) in testGetAndSetConsent_null()132 .setConsentApiType(ConsentParcel.TOPICS) in testGetAndSetConsent_null()140 .setConsentApiType(ConsentParcel.FLEDGE) in testGetAndSetConsent_null()148 .setConsentApiType(ConsentParcel.MEASUREMENT) in testGetAndSetConsent_null()
494 .setConsentApiType(ConsentParcel.ALL_API) in testGetAndSetConsent_null()502 .setConsentApiType(ConsentParcel.TOPICS) in testGetAndSetConsent_null()510 .setConsentApiType(ConsentParcel.FLEDGE) in testGetAndSetConsent_null()518 .setConsentApiType(ConsentParcel.MEASUREMENT) in testGetAndSetConsent_null()
291 .setConsentApiType(apiType.toConsentApiType()) in setConsent()
1743 .setConsentApiType(ConsentParcel.ALL_API)2172 return new ConsentParcel.Builder().setConsentApiType(apiType).setIsGiven(consented).build();
144 .setConsentApiType(consentApiType) in getConsent()