Home
last modified time | relevance | path

Searched defs:isGiven (Results 1 – 10 of 10) 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.java1684 void setConsentToPpApi(boolean isGiven) throws IOException { in setConsentToPpApi()
1689 void setConsentPerApiToPpApi(AdServicesApiType apiType, boolean isGiven) throws IOException { in setConsentPerApiToPpApi()
1690 mDatastore.putBoolean(apiType.toPpApiDatastoreKey(), isGiven); in setConsentPerApiToPpApi() local
1749 static void setConsentToSystemServer(AdServicesManager adServicesManager, boolean isGiven) { in setConsentToSystemServer()
1763 boolean isGiven) { in setPerApiConsentToSystemServer()
2048 void setConsentToSourceOfTruth(boolean isGiven) { in setConsentToSourceOfTruth()
2086 void setPerApiConsentToSourceOfTruth(boolean isGiven, AdServicesApiType apiType) { in setPerApiConsentToSourceOfTruth()
2100 () -> mAppSearchConsentManager.setConsent(apiType.toPpApiDatastoreKey(), isGiven), in setPerApiConsentToSourceOfTruth() local
DConsentCompositeStorage.java605 public void setConsent(AdServicesApiType apiType, boolean isGiven) { in setConsent()
613 private void setConsentToApiType(AdServicesApiType apiType, boolean isGiven) { in setConsentToApiType()
DAppConsentStorageManager.java339 public void setConsent(AdServicesApiType apiType, boolean isGiven) throws IOException { in setConsent()
340 mDatastore.putBoolean(apiType.toPpApiDatastoreKey(), isGiven); in setConsent() local
DConsentManagerV2.java1071 void setConsentToSourceOfTruth(boolean isGiven) { in setConsentToSourceOfTruth()
1086 void setPerApiConsentToSourceOfTruth(boolean isGiven, AdServicesApiType apiType) { in setPerApiConsentToSourceOfTruth()
1346 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/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.java3339 boolean isGiven, int consentSourceOfTruth) throws Exception { in getSpiedConsentManagerForMigrationTesting()
3362 boolean isGiven, in getSpiedConsentManagerForConsentPerApiTesting()
3389 boolean isGiven, in verifyConsentMigration()
DConsentManagerTest.java3605 boolean isGiven, int consentSourceOfTruth) throws Exception { in getSpiedConsentManagerForMigrationTesting()
3627 boolean isGiven, in getSpiedConsentManagerForConsentPerApiTesting()
3657 boolean isGiven, in verifyConsentMigration()