Home
last modified time | relevance | path

Searched defs:isGiven (Results 1 – 11 of 11) 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
DAppConsentStorageManager.java332 public void setConsent(AdServicesApiType apiType, boolean isGiven) throws IOException { in setConsent()
333 mDatastore.put(apiType.toPpApiDatastoreKey(), isGiven); in setConsent() local
DConsentCompositeStorage.java605 public void setConsent(AdServicesApiType apiType, boolean isGiven) { in setConsent()
613 private void setConsentToApiType(AdServicesApiType apiType, boolean isGiven) { in setConsentToApiType()
DAppConsentForRStorageManager.java180 public void setConsent(AdServicesApiType apiType, boolean isGiven) throws IOException { in setConsent()
DConsentManagerV2.java1097 void setConsentToSourceOfTruth(boolean isGiven) { in setConsentToSourceOfTruth()
1112 void setPerApiConsentToSourceOfTruth(boolean isGiven, AdServicesApiType apiType) { in setPerApiConsentToSourceOfTruth()
1368 void setConsentToPpApi(boolean isGiven) throws IOException { in setConsentToPpApi()
DIConsentStorage.java192 void setConsent(@NonNull AdServicesApiType apiType, boolean isGiven) throws IOException; in setConsent()
DAdServicesStorageManager.java288 public void setConsent(AdServicesApiType apiType, boolean isGiven) { in setConsent()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/extdata/
DAdServicesExtDataStorageServiceManager.java289 public boolean setMsmtConsent(boolean isGiven) { in setMsmtConsent()
330 public boolean setNotificationDisplayed(boolean isGiven) { in setNotificationDisplayed()
/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/ui/src/com/android/adservices/service/consent/
DConsentManagerV2Test.java3492 boolean isGiven, int consentSourceOfTruth) throws RemoteException { in getSpiedConsentManagerForMigrationTesting()
3515 boolean isGiven, in getSpiedConsentManagerForConsentPerApiTesting()
3542 boolean isGiven, in verifyConsentMigration()
DConsentManagerTest.java3777 boolean isGiven, int consentSourceOfTruth) throws RemoteException { in getSpiedConsentManagerForMigrationTesting()
3799 boolean isGiven, in getSpiedConsentManagerForConsentPerApiTesting()
3829 boolean isGiven, in verifyConsentMigration()