/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/consent/ |
D | AdServicesStorageManager.java | 137 public PrivacySandboxFeatureType getCurrentPrivacySandboxFeature() throws IOException { in getCurrentPrivacySandboxFeature() method in AdServicesStorageManager 139 || mAdServicesManager.getCurrentPrivacySandboxFeature() == null) { in getCurrentPrivacySandboxFeature() 143 mAdServicesManager.getCurrentPrivacySandboxFeature()); in getCurrentPrivacySandboxFeature()
|
D | IConsentStorage.java | 113 PrivacySandboxFeatureType getCurrentPrivacySandboxFeature() throws IOException; in getCurrentPrivacySandboxFeature() method
|
D | ConsentCompositeStorage.java | 240 public PrivacySandboxFeatureType getCurrentPrivacySandboxFeature() { in getCurrentPrivacySandboxFeature() method in ConsentCompositeStorage 243 return storage.getCurrentPrivacySandboxFeature(); in getCurrentPrivacySandboxFeature()
|
D | AppConsentStorageManager.java | 148 public PrivacySandboxFeatureType getCurrentPrivacySandboxFeature() { in getCurrentPrivacySandboxFeature() method in AppConsentStorageManager
|
D | ConsentManager.java | 1490 if (mAdServicesManager.getCurrentPrivacySandboxFeature().equals(featureType.name())) { 1503 public PrivacySandboxFeatureType getCurrentPrivacySandboxFeature() { 1505 return ConsentManagerV2.getInstance().getCurrentPrivacySandboxFeature(); 1511 () -> mAppSearchConsentManager.getCurrentPrivacySandboxFeature(),
|
D | ConsentManagerV2.java | 816 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/ |
D | ConsentManagerV2Test.java | 3642 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 …]
|
D | ConsentManagerTest.java | 3929 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 …]
|
D | AppConsentStorageManagerTest.java | 173 expect.that(mAppConsentStorageManager.getCurrentPrivacySandboxFeature()) in testDatastoreBasicApis()
|
/packages/modules/AdServices/adservices/framework/java/android/app/adservices/ |
D | IAdServicesManager.aidl | 203 String getCurrentPrivacySandboxFeature(); in getCurrentPrivacySandboxFeature() method
|
D | AdServicesManager.java | 532 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/ |
D | AppSearchConsentManager.java | 303 public PrivacySandboxFeatureType getCurrentPrivacySandboxFeature() { in getCurrentPrivacySandboxFeature() method in AppSearchConsentManager 513 PrivacySandboxFeatureType currentFeatureType = getCurrentPrivacySandboxFeature(); in migrateConsentDataIfNeeded()
|
D | AppSearchConsentStorageManager.java | 186 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/ |
D | AdServicesManagerServiceTest.java | 995 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/ |
D | AppSearchConsentManagerTest.java | 275 assertThat(mAppSearchConsentManager.getCurrentPrivacySandboxFeature()) in testGetCurrentPrivacySandboxFeature()
|
D | AppSearchConsentStorageManagerTest.java | 270 expect.that(mAppSearchConsentStorageManager.getCurrentPrivacySandboxFeature()) in testGetCurrentPrivacySandboxFeature()
|
/packages/modules/AdServices/adservices/service/java/com/android/server/adservices/ |
D | AdServicesManagerService.java | 585 public String getCurrentPrivacySandboxFeature() { in getCurrentPrivacySandboxFeature() method in AdServicesManagerService
|