Home
last modified time | relevance | path

Searched defs:isGiven (Results 1 – 4 of 4) sorted by relevance

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/consent/
DAdServicesApiConsent.java41 public static AdServicesApiConsent getConsent(Boolean isGiven) { in getConsent()
48 public boolean isGiven() { in isGiven() method in AdServicesApiConsent
DConsentManager.java1794 void setConsentToPpApi(boolean isGiven) throws IOException { in setConsentToPpApi()
1799 void setConsentPerApiToPpApi(AdServicesApiType apiType, boolean isGiven) throws IOException { in setConsentPerApiToPpApi()
1800 mDatastore.put(apiType.toPpApiDatastoreKey(), isGiven); in setConsentPerApiToPpApi() local
1841 @NonNull AdServicesManager adServicesManager, boolean isGiven) { in setConsentToSystemServer()
1856 boolean isGiven) { in setPerApiConsentToSystemServer()
2035 void setConsentToSourceOfTruth(boolean isGiven) { in setConsentToSourceOfTruth()
2067 void setPerApiConsentToSourceOfTruth(boolean isGiven, AdServicesApiType apiType) { in setPerApiConsentToSourceOfTruth()
2089 apiType.toPpApiDatastoreKey(), isGiven); in setPerApiConsentToSourceOfTruth() local
/packages/modules/AdServices/adservices/framework/java/android/app/adservices/consent/
DConsentParcel.java135 public @NonNull Builder setIsGiven(Boolean isGiven) { in setIsGiven()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/consent/
DConsentManagerTest.java3597 boolean isGiven, int consentSourceOfTruth) throws RemoteException { in getSpiedConsentManagerForMigrationTesting()
3620 boolean isGiven, in getSpiedConsentManagerForConsentPerApiTesting()
3650 boolean isGiven, in verifyConsentMigration()