Home
last modified time | relevance | path

Searched refs:getCurrentPrivacySandboxFeature (Results 1 – 17 of 17) sorted by relevance

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/consent/
DAdServicesStorageManager.java137 public PrivacySandboxFeatureType getCurrentPrivacySandboxFeature() throws IOException { in getCurrentPrivacySandboxFeature() method in AdServicesStorageManager
139 || mAdServicesManager.getCurrentPrivacySandboxFeature() == null) { in getCurrentPrivacySandboxFeature()
143 mAdServicesManager.getCurrentPrivacySandboxFeature()); in getCurrentPrivacySandboxFeature()
DIConsentStorage.java113 PrivacySandboxFeatureType getCurrentPrivacySandboxFeature() throws IOException; in getCurrentPrivacySandboxFeature() method
DConsentCompositeStorage.java240 public PrivacySandboxFeatureType getCurrentPrivacySandboxFeature() { in getCurrentPrivacySandboxFeature() method in ConsentCompositeStorage
243 return storage.getCurrentPrivacySandboxFeature(); in getCurrentPrivacySandboxFeature()
DAppConsentStorageManager.java148 public PrivacySandboxFeatureType getCurrentPrivacySandboxFeature() { in getCurrentPrivacySandboxFeature() method in AppConsentStorageManager
DConsentManager.java1490 if (mAdServicesManager.getCurrentPrivacySandboxFeature().equals(featureType.name())) {
1503 public PrivacySandboxFeatureType getCurrentPrivacySandboxFeature() {
1505 return ConsentManagerV2.getInstance().getCurrentPrivacySandboxFeature();
1511 () -> mAppSearchConsentManager.getCurrentPrivacySandboxFeature(),
DConsentManagerV2.java816 public PrivacySandboxFeatureType getCurrentPrivacySandboxFeature() { in getCurrentPrivacySandboxFeature() method in ConsentManagerV2
817 return mConsentCompositeStorage.getCurrentPrivacySandboxFeature(); in getCurrentPrivacySandboxFeature()
/packages/modules/AdServices/adservices/tests/unittest/ui/src/com/android/adservices/service/consent/
DConsentManagerV2Test.java3642 assertThat(spyConsentManager.getCurrentPrivacySandboxFeature()) in getCurrentPrivacySandboxFeatureWithPpApiOnly()
3644 verify(mMockIAdServicesManager, never()).getCurrentPrivacySandboxFeature(); in getCurrentPrivacySandboxFeatureWithPpApiOnly()
3648 assertThat(spyConsentManager.getCurrentPrivacySandboxFeature()) in getCurrentPrivacySandboxFeatureWithPpApiOnly()
3651 verify(mMockIAdServicesManager, never()).getCurrentPrivacySandboxFeature(); in getCurrentPrivacySandboxFeatureWithPpApiOnly()
3661 .getCurrentPrivacySandboxFeature(); in testCurrentPrivacySandboxFeature_SystemServerOnly()
3666 assertThat(spyConsentManager.getCurrentPrivacySandboxFeature()) in testCurrentPrivacySandboxFeature_SystemServerOnly()
3668 verify(mAdServicesStorageManager).getCurrentPrivacySandboxFeature(); in testCurrentPrivacySandboxFeature_SystemServerOnly()
3680 .getCurrentPrivacySandboxFeature(); in testCurrentPrivacySandboxFeature_SystemServerOnly()
3683 assertThat(spyConsentManager.getCurrentPrivacySandboxFeature()) in testCurrentPrivacySandboxFeature_SystemServerOnly()
3688 .getCurrentPrivacySandboxFeature(); in testCurrentPrivacySandboxFeature_SystemServerOnly()
[all …]
DConsentManagerTest.java3929 assertThat(spyConsentManager.getCurrentPrivacySandboxFeature()) in getCurrentPrivacySandboxFeatureWithPpApiOnly()
3931 verify(mMockIAdServicesManager, never()).getCurrentPrivacySandboxFeature(); in getCurrentPrivacySandboxFeatureWithPpApiOnly()
3935 assertThat(spyConsentManager.getCurrentPrivacySandboxFeature()) in getCurrentPrivacySandboxFeatureWithPpApiOnly()
3938 verify(mMockIAdServicesManager, never()).getCurrentPrivacySandboxFeature(); in getCurrentPrivacySandboxFeatureWithPpApiOnly()
3949 assertThat(spyConsentManager.getCurrentPrivacySandboxFeature()) in testCurrentPrivacySandboxFeature_SystemServerOnly()
3951 verify(mMockIAdServicesManager).getCurrentPrivacySandboxFeature(); in testCurrentPrivacySandboxFeature_SystemServerOnly()
3962 .getCurrentPrivacySandboxFeature(); in testCurrentPrivacySandboxFeature_SystemServerOnly()
3965 assertThat(spyConsentManager.getCurrentPrivacySandboxFeature()) in testCurrentPrivacySandboxFeature_SystemServerOnly()
3970 .getCurrentPrivacySandboxFeature(); in testCurrentPrivacySandboxFeature_SystemServerOnly()
3973 assertThat(spyConsentManager.getCurrentPrivacySandboxFeature()) in testCurrentPrivacySandboxFeature_SystemServerOnly()
[all …]
DAppConsentStorageManagerTest.java173 expect.that(mAppConsentStorageManager.getCurrentPrivacySandboxFeature()) in testDatastoreBasicApis()
/packages/modules/AdServices/adservices/framework/java/android/app/adservices/
DIAdServicesManager.aidl203 String getCurrentPrivacySandboxFeature(); in getCurrentPrivacySandboxFeature() method
DAdServicesManager.java532 public String getCurrentPrivacySandboxFeature() { in getCurrentPrivacySandboxFeature() method in AdServicesManager
534 return mService.getCurrentPrivacySandboxFeature(); in getCurrentPrivacySandboxFeature()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/appsearch/
DAppSearchConsentManager.java303 public PrivacySandboxFeatureType getCurrentPrivacySandboxFeature() { in getCurrentPrivacySandboxFeature() method in AppSearchConsentManager
513 PrivacySandboxFeatureType currentFeatureType = getCurrentPrivacySandboxFeature(); in migrateConsentDataIfNeeded()
DAppSearchConsentStorageManager.java186 public PrivacySandboxFeatureType getCurrentPrivacySandboxFeature() { in getCurrentPrivacySandboxFeature() method in AppSearchConsentStorageManager
377 PrivacySandboxFeatureType currentFeatureType = getCurrentPrivacySandboxFeature(); in migrateConsentDataIfNeeded()
/packages/modules/AdServices/adservices/tests/unittest/system-service/src/com/android/server/adservices/
DAdServicesManagerServiceTest.java995 assertThat(service.getCurrentPrivacySandboxFeature()) in setCurrentPrivacySandboxFeatureWithConsent()
999 assertThat(service.getCurrentPrivacySandboxFeature()) in setCurrentPrivacySandboxFeatureWithConsent()
1003 assertThat(service.getCurrentPrivacySandboxFeature()) in setCurrentPrivacySandboxFeatureWithConsent()
1007 assertThat(service.getCurrentPrivacySandboxFeature()) in setCurrentPrivacySandboxFeatureWithConsent()
/packages/modules/AdServices/adservices/tests/unittest/service-core/appsearch/src/com/android/adservices/service/appsearch/
DAppSearchConsentManagerTest.java275 assertThat(mAppSearchConsentManager.getCurrentPrivacySandboxFeature()) in testGetCurrentPrivacySandboxFeature()
DAppSearchConsentStorageManagerTest.java270 expect.that(mAppSearchConsentStorageManager.getCurrentPrivacySandboxFeature()) in testGetCurrentPrivacySandboxFeature()
/packages/modules/AdServices/adservices/service/java/com/android/server/adservices/
DAdServicesManagerService.java585 public String getCurrentPrivacySandboxFeature() { in getCurrentPrivacySandboxFeature() method in AdServicesManagerService