Home
last modified time | relevance | path

Searched refs:clearKnownAppsWithConsent (Results 1 – 25 of 25) sorted by relevance

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/consent/
DAppConsentStorageManager.java110 public void clearKnownAppsWithConsent() throws IOException { in clearKnownAppsWithConsent() method in AppConsentStorageManager
111 mAppConsentDao.clearKnownAppsWithConsent(); in clearKnownAppsWithConsent()
355 mAppConsentDao.clearKnownAppsWithConsent(); in resetApps()
DAdServicesStorageManager.java113 public void clearKnownAppsWithConsent() { in clearKnownAppsWithConsent() method in AdServicesStorageManager
114 mAdServicesManager.clearKnownAppsWithConsent(); in clearKnownAppsWithConsent()
311 mAdServicesManager.clearKnownAppsWithConsent(); in resetApps()
DAppConsentForRStorageManager.java85 public void clearKnownAppsWithConsent() { in clearKnownAppsWithConsent() method in AppConsentForRStorageManager
DIConsentStorage.java81 void clearKnownAppsWithConsent() throws IOException; in clearKnownAppsWithConsent() method
DConsentCompositeStorage.java153 public void clearKnownAppsWithConsent() { in clearKnownAppsWithConsent() method in ConsentCompositeStorage
156 storage.clearKnownAppsWithConsent(); in clearKnownAppsWithConsent()
DConsentManager.java846 () -> mAppConsentDao.clearKnownAppsWithConsent(),
847 () -> mAdServicesManager.clearKnownAppsWithConsent(),
848 () -> mAppSearchConsentManager.clearKnownAppsWithConsent(),
DConsentManagerV2.java664 mConsentCompositeStorage.clearKnownAppsWithConsent(); in resetApps()
/packages/modules/AdServices/adservices/tests/unittest/ui/src/com/android/adservices/service/consent/
DConsentCompositeStorageTest.java98 consentCompositeStorage.clearKnownAppsWithConsent(); in testAllWriteMethods()
138 Mockito.verify(consentStorage).clearKnownAppsWithConsent(); in verifySetMethodCalled()
DAdServicesStorageManagerTest.java343 mAdServicesStorageManager.clearKnownAppsWithConsent(); in testResetAllowedAppConsentAndAppData()
344 verify(mMockIAdServicesManager).clearKnownAppsWithConsent(); in testResetAllowedAppConsentAndAppData()
DAppConsentForRStorageManagerTest.java108 () -> mAppConsentForRStorageManager.clearKnownAppsWithConsent()); in testNotSupportMethodException()
DAppConsentStorageManagerTest.java356 mAppConsentStorageManager.clearKnownAppsWithConsent(); in testResetAllowedAppConsentAndAppData()
DConsentManagerV2Test.java2037 verify(mAppSearchConsentManagerMock).clearKnownAppsWithConsent(); in testResetAllAppConsentAndAppData_appSearchOnly()
2118 verify(mMockIAdServicesManager).clearKnownAppsWithConsent(); in testResetAllowedAppConsentAndAppData_systemServerOnly()
2179 verify(mMockIAdServicesManager).clearKnownAppsWithConsent(); in testResetAllowedAppConsentAndAppData_ppApiAndSystemServer()
2194 verify(mAppSearchConsentManagerMock).clearKnownAppsWithConsent(); in testResetAllowedAppConsentAndAppData_appSearchOnly()
DConsentManagerTest.java2196 verify(mMockIAdServicesManager).clearKnownAppsWithConsent(); in testResetAllowedAppConsentAndAppData_systemServerOnly()
2258 verify(mMockIAdServicesManager).clearKnownAppsWithConsent(); in testResetAllowedAppConsentAndAppData_ppApiAndSystemServer()
2274 verify(mAppSearchConsentManagerMock).clearKnownAppsWithConsent(); in testResetAllowedAppConsentAndAppData_appSearchOnly()
/packages/modules/AdServices/adservices/framework/java/android/app/adservices/
DIAdServicesManager.aidl213 void clearKnownAppsWithConsent(); in clearKnownAppsWithConsent() method
DAdServicesManager.java330 public void clearKnownAppsWithConsent() { in clearKnownAppsWithConsent() method in AdServicesManager
332 mService.clearKnownAppsWithConsent(); in clearKnownAppsWithConsent()
/packages/modules/AdServices/adservices/service/java/com/android/server/adservices/consent/
DAppConsentManager.java186 public void clearKnownAppsWithConsent() throws IOException { in clearKnownAppsWithConsent() method in AppConsentManager
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/consent/
DAppConsentDao.java219 public void clearKnownAppsWithConsent() throws IOException { in clearKnownAppsWithConsent() method in AppConsentDao
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/appsearch/
DAppSearchConsentManager.java187 public void clearKnownAppsWithConsent() throws IOException { in clearKnownAppsWithConsent() method in AppSearchConsentManager
DAppSearchConsentStorageManager.java148 public void clearKnownAppsWithConsent() throws IOException { in clearKnownAppsWithConsent() method in AppSearchConsentStorageManager
/packages/modules/AdServices/adservices/tests/unittest/system-service/src/com/android/server/adservices/consent/
DAppConsentManagerTest.java396 mAppConsentManager.clearKnownAppsWithConsent(); in testClearKnownAppsWithConsent()
/packages/modules/AdServices/adservices/service/java/com/android/server/adservices/
DAdServicesManagerService.java669 public void clearKnownAppsWithConsent() { in clearKnownAppsWithConsent() method in AdServicesManagerService
677 .clearKnownAppsWithConsent(); in clearKnownAppsWithConsent()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/consent/
DAppConsentDaoTest.java459 mAppConsentDao.clearKnownAppsWithConsent(); in testClearKnownAppsWithConsent()
/packages/modules/AdServices/adservices/tests/unittest/service-core/appsearch/src/com/android/adservices/service/appsearch/
DAppSearchConsentManagerTest.java185 mAppSearchConsentManager.clearKnownAppsWithConsent(); in testClearKnownAppsWithConsent()
DAppSearchConsentStorageManagerTest.java179 mAppSearchConsentStorageManager.clearKnownAppsWithConsent(); in testClearKnownAppsWithConsent()
/packages/modules/AdServices/adservices/tests/unittest/system-service/src/com/android/server/adservices/
DAdServicesManagerServiceTest.java753 mService.clearKnownAppsWithConsent(); in testClearAppConsent()