Searched defs:isGiven (Results 1 – 11 of 11) sorted by relevance
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/consent/ |
D | AdServicesApiConsent.java | 41 public static AdServicesApiConsent getConsent(Boolean isGiven) { in getConsent() 48 public boolean isGiven() { in isGiven() method in AdServicesApiConsent
|
D | AppConsentStorageManager.java | 332 public void setConsent(AdServicesApiType apiType, boolean isGiven) throws IOException { in setConsent() 333 mDatastore.put(apiType.toPpApiDatastoreKey(), isGiven); in setConsent() local
|
D | ConsentCompositeStorage.java | 605 public void setConsent(AdServicesApiType apiType, boolean isGiven) { in setConsent() 613 private void setConsentToApiType(AdServicesApiType apiType, boolean isGiven) { in setConsentToApiType()
|
D | AppConsentForRStorageManager.java | 180 public void setConsent(AdServicesApiType apiType, boolean isGiven) throws IOException { in setConsent()
|
D | ConsentManagerV2.java | 1097 void setConsentToSourceOfTruth(boolean isGiven) { in setConsentToSourceOfTruth() 1112 void setPerApiConsentToSourceOfTruth(boolean isGiven, AdServicesApiType apiType) { in setPerApiConsentToSourceOfTruth() 1368 void setConsentToPpApi(boolean isGiven) throws IOException { in setConsentToPpApi()
|
D | IConsentStorage.java | 192 void setConsent(@NonNull AdServicesApiType apiType, boolean isGiven) throws IOException; in setConsent()
|
D | AdServicesStorageManager.java | 288 public void setConsent(AdServicesApiType apiType, boolean isGiven) { in setConsent()
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/extdata/ |
D | AdServicesExtDataStorageServiceManager.java | 289 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/ |
D | ConsentParcel.java | 135 public @NonNull Builder setIsGiven(Boolean isGiven) { in setIsGiven()
|
/packages/modules/AdServices/adservices/tests/unittest/ui/src/com/android/adservices/service/consent/ |
D | ConsentManagerV2Test.java | 3492 boolean isGiven, int consentSourceOfTruth) throws RemoteException { in getSpiedConsentManagerForMigrationTesting() 3515 boolean isGiven, in getSpiedConsentManagerForConsentPerApiTesting() 3542 boolean isGiven, in verifyConsentMigration()
|
D | ConsentManagerTest.java | 3777 boolean isGiven, int consentSourceOfTruth) throws RemoteException { in getSpiedConsentManagerForMigrationTesting() 3799 boolean isGiven, in getSpiedConsentManagerForConsentPerApiTesting() 3829 boolean isGiven, in verifyConsentMigration()
|