Home
last modified time | relevance | path

Searched refs:isPrivacySandboxFeatureEnabled (Results 1 – 3 of 3) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/system-service/src/com/android/server/adservices/consent/
DConsentManagerTest.java347 consentManager.isPrivacySandboxFeatureEnabled( in testSetCurrentPrivacySandboxFeature()
351 consentManager.isPrivacySandboxFeatureEnabled( in testSetCurrentPrivacySandboxFeature()
355 consentManager.isPrivacySandboxFeatureEnabled( in testSetCurrentPrivacySandboxFeature()
362 consentManager.isPrivacySandboxFeatureEnabled( in testSetCurrentPrivacySandboxFeature()
366 consentManager.isPrivacySandboxFeatureEnabled( in testSetCurrentPrivacySandboxFeature()
370 consentManager.isPrivacySandboxFeatureEnabled( in testSetCurrentPrivacySandboxFeature()
377 consentManager.isPrivacySandboxFeatureEnabled( in testSetCurrentPrivacySandboxFeature()
381 consentManager.isPrivacySandboxFeatureEnabled( in testSetCurrentPrivacySandboxFeature()
385 consentManager.isPrivacySandboxFeatureEnabled( in testSetCurrentPrivacySandboxFeature()
392 consentManager.isPrivacySandboxFeatureEnabled( in testSetCurrentPrivacySandboxFeature()
[all …]
/packages/modules/AdServices/adservices/service/java/com/android/server/adservices/consent/
DConsentManager.java417 public boolean isPrivacySandboxFeatureEnabled(PrivacySandboxFeatureType featureType) { in isPrivacySandboxFeatureEnabled() method in ConsentManager
/packages/modules/AdServices/adservices/service/java/com/android/server/adservices/
DAdServicesManagerService.java594 .isPrivacySandboxFeatureEnabled(featureType)) { in getCurrentPrivacySandboxFeature()