Home
last modified time | relevance | path

Searched refs:setCurrentPrivacySandboxFeature (Results 1 – 22 of 22) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/ui/src/com/android/adservices/service/consent/
DConsentCompositeStorageTest.java108 consentCompositeStorage.setCurrentPrivacySandboxFeature( in testAllWriteMethods()
149 .setCurrentPrivacySandboxFeature( in verifySetMethodCalled()
DConsentManagerV2Test.java3646 spyConsentManager.setCurrentPrivacySandboxFeature( in getCurrentPrivacySandboxFeatureWithPpApiOnly()
3652 verify(mMockIAdServicesManager, never()).setCurrentPrivacySandboxFeature(anyString()); in getCurrentPrivacySandboxFeatureWithPpApiOnly()
3681 spyConsentManager.setCurrentPrivacySandboxFeature( in testCurrentPrivacySandboxFeature_SystemServerOnly()
3689 spyConsentManager.setCurrentPrivacySandboxFeature( in testCurrentPrivacySandboxFeature_SystemServerOnly()
3697 spyConsentManager.setCurrentPrivacySandboxFeature( in testCurrentPrivacySandboxFeature_SystemServerOnly()
3744 spyConsentManager.setCurrentPrivacySandboxFeature( in testCurrentPrivacySandboxFeature_PpApiAndSystemServer()
3752 spyConsentManager.setCurrentPrivacySandboxFeature( in testCurrentPrivacySandboxFeature_PpApiAndSystemServer()
3760 spyConsentManager.setCurrentPrivacySandboxFeature( in testCurrentPrivacySandboxFeature_PpApiAndSystemServer()
3793 spyConsentManager.setCurrentPrivacySandboxFeature( in testCurrentPrivacySandboxFeature_appSearchOnly()
3796 .setCurrentPrivacySandboxFeature( in testCurrentPrivacySandboxFeature_appSearchOnly()
[all …]
DConsentManagerTest.java3933 spyConsentManager.setCurrentPrivacySandboxFeature( in getCurrentPrivacySandboxFeatureWithPpApiOnly()
3939 verify(mMockIAdServicesManager, never()).setCurrentPrivacySandboxFeature(anyString()); in getCurrentPrivacySandboxFeatureWithPpApiOnly()
3963 spyConsentManager.setCurrentPrivacySandboxFeature( in testCurrentPrivacySandboxFeature_SystemServerOnly()
3971 spyConsentManager.setCurrentPrivacySandboxFeature( in testCurrentPrivacySandboxFeature_SystemServerOnly()
3979 spyConsentManager.setCurrentPrivacySandboxFeature( in testCurrentPrivacySandboxFeature_SystemServerOnly()
4020 spyConsentManager.setCurrentPrivacySandboxFeature( in testCurrentPrivacySandboxFeature_PpApiAndSystemServer()
4028 spyConsentManager.setCurrentPrivacySandboxFeature( in testCurrentPrivacySandboxFeature_PpApiAndSystemServer()
4036 spyConsentManager.setCurrentPrivacySandboxFeature( in testCurrentPrivacySandboxFeature_PpApiAndSystemServer()
4069 spyConsentManager.setCurrentPrivacySandboxFeature( in testCurrentPrivacySandboxFeature_appSearchOnly()
4072 .setCurrentPrivacySandboxFeature( in testCurrentPrivacySandboxFeature_appSearchOnly()
[all …]
DAppConsentStorageManagerTest.java172 mAppConsentStorageManager.setCurrentPrivacySandboxFeature(privacySandboxFeatureType); in testDatastoreBasicApis()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/appsearch/
DAppSearchConsentManager.java308 public void setCurrentPrivacySandboxFeature( in setCurrentPrivacySandboxFeature() method in AppSearchConsentManager
311 mAppSearchConsentWorker.setCurrentPrivacySandboxFeature(currentFeatureType); in setCurrentPrivacySandboxFeature()
521 adServicesManager.setCurrentPrivacySandboxFeature(currentFeatureType.name()); in migrateConsentDataIfNeeded()
DAppSearchConsentStorageManager.java386 adServicesManager.setCurrentPrivacySandboxFeature(currentFeatureType); in migrateConsentDataIfNeeded()
525 public void setCurrentPrivacySandboxFeature( in setCurrentPrivacySandboxFeature() method in AppSearchConsentStorageManager
528 mAppSearchConsentWorker.setCurrentPrivacySandboxFeature(currentFeatureType); in setCurrentPrivacySandboxFeature()
DAppSearchConsentWorker.java388 void setCurrentPrivacySandboxFeature(PrivacySandboxFeatureType currentFeatureType) { in setCurrentPrivacySandboxFeature() method in AppSearchConsentWorker
/packages/modules/AdServices/adservices/tests/unittest/system-service/src/com/android/server/adservices/consent/
DConsentManagerTest.java359 consentManager.setCurrentPrivacySandboxFeature( in testSetCurrentPrivacySandboxFeature()
374 consentManager.setCurrentPrivacySandboxFeature( in testSetCurrentPrivacySandboxFeature()
389 consentManager.setCurrentPrivacySandboxFeature( in testSetCurrentPrivacySandboxFeature()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/consent/
DAdServicesStorageManager.java328 public void setCurrentPrivacySandboxFeature(PrivacySandboxFeatureType featureType) { in setCurrentPrivacySandboxFeature() method in AdServicesStorageManager
329 mAdServicesManager.setCurrentPrivacySandboxFeature(featureType.name()); in setCurrentPrivacySandboxFeature()
DIConsentStorage.java236 void setCurrentPrivacySandboxFeature(@NonNull PrivacySandboxFeatureType featureType) in setCurrentPrivacySandboxFeature() method
DConsentCompositeStorage.java261 public void setCurrentPrivacySandboxFeature(PrivacySandboxFeatureType featureType) { in setCurrentPrivacySandboxFeature() method in ConsentCompositeStorage
264 storage.setCurrentPrivacySandboxFeature(featureType); in setCurrentPrivacySandboxFeature()
DAppConsentStorageManager.java160 public void setCurrentPrivacySandboxFeature(PrivacySandboxFeatureType featureType) in setCurrentPrivacySandboxFeature() method in AppConsentStorageManager
DConsentManager.java1444 public void setCurrentPrivacySandboxFeature(PrivacySandboxFeatureType currentFeatureType) {
1446 ConsentManagerV2.getInstance().setCurrentPrivacySandboxFeature(currentFeatureType);
1451 () -> mAdServicesManager.setCurrentPrivacySandboxFeature(currentFeatureType.name()),
1452 () -> mAppSearchConsentManager.setCurrentPrivacySandboxFeature(currentFeatureType),
DConsentManagerV2.java801 public void setCurrentPrivacySandboxFeature(PrivacySandboxFeatureType currentFeatureType) { in setCurrentPrivacySandboxFeature() method in ConsentManagerV2
802 mConsentCompositeStorage.setCurrentPrivacySandboxFeature(currentFeatureType); in setCurrentPrivacySandboxFeature()
/packages/modules/AdServices/adservices/framework/java/android/app/adservices/
DIAdServicesManager.aidl205 void setCurrentPrivacySandboxFeature(in String featureType); in setCurrentPrivacySandboxFeature() method
DAdServicesManager.java542 public void setCurrentPrivacySandboxFeature(String featureType) { in setCurrentPrivacySandboxFeature() method in AdServicesManager
544 mService.setCurrentPrivacySandboxFeature(featureType); in setCurrentPrivacySandboxFeature()
/packages/modules/AdServices/adservices/tests/unittest/system-service/src/com/android/server/adservices/
DAdServicesManagerServiceTest.java997 service.setCurrentPrivacySandboxFeature( in setCurrentPrivacySandboxFeatureWithConsent()
1001 service.setCurrentPrivacySandboxFeature( in setCurrentPrivacySandboxFeatureWithConsent()
1005 service.setCurrentPrivacySandboxFeature( in setCurrentPrivacySandboxFeatureWithConsent()
/packages/modules/AdServices/adservices/tests/unittest/service-core/appsearch/src/com/android/adservices/service/appsearch/
DAppSearchConsentManagerTest.java282 mAppSearchConsentManager.setCurrentPrivacySandboxFeature( in testSetCurrentPrivacySandboxFeature()
285 .setCurrentPrivacySandboxFeature( in testSetCurrentPrivacySandboxFeature()
DAppSearchConsentStorageManagerTest.java277 mAppSearchConsentStorageManager.setCurrentPrivacySandboxFeature( in testSetCurrentPrivacySandboxFeature()
280 .setCurrentPrivacySandboxFeature( in testSetCurrentPrivacySandboxFeature()
DAppSearchConsentWorkerTest.java610 worker.setCurrentPrivacySandboxFeature( in testSetCurrentPrivacySandboxFeature_failure()
626 worker.setCurrentPrivacySandboxFeature( in testSetCurrentPrivacySandboxFeature_failure_timeout()
641 AppSearchConsentWorker.getInstance().setCurrentPrivacySandboxFeature(feature); in testSetCurrentPrivacySandboxFeature()
/packages/modules/AdServices/adservices/service/java/com/android/server/adservices/consent/
DConsentManager.java398 public void setCurrentPrivacySandboxFeature(String currentFeatureType) { in setCurrentPrivacySandboxFeature() method in ConsentManager
/packages/modules/AdServices/adservices/service/java/com/android/server/adservices/
DAdServicesManagerService.java607 public void setCurrentPrivacySandboxFeature(String featureType) { in setCurrentPrivacySandboxFeature() method in AdServicesManagerService
615 .setCurrentPrivacySandboxFeature(featureType); in setCurrentPrivacySandboxFeature()