Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/apk/java/com/android/adservices/ui/settings/viewmodels/
DAppsViewModel.java126 public void resetApps() throws IOException { in resetApps() method in AppsViewModel
127 mConsentManager.resetApps(); in resetApps()
/packages/apps/Settings/src/com/android/settings/applications/manageapplications/
DResetAppsHelper.java115 resetApps(); in onClick()
120 public void resetApps() { in resetApps() method in ResetAppsHelper
/packages/modules/AdServices/adservices/apk/tests/settings/src/com/android/adservices/ui/settings/
DDialogFragmentTest.java122 doNothing().when(mConsentManager).resetApps(); in setup()
387 verify(mConsentManager, timeout(1000)).resetApps(); in resetAppDialogTest()
399 verify(mConsentManager).resetApps(); in resetAppDialogTest()
/packages/apps/Settings/src/com/android/settings/spa/app/
DResetAppPreferences.kt58 ResetAppsHelper(context).resetApps() in rememberResetAppDialogPresenter()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/consent/
DIConsentStorage.java219 void resetApps() throws IOException; in resetApps() method
DConsentCompositeStorage.java688 public void resetApps() throws IOException { in resetApps() method in ConsentCompositeStorage
691 storage.resetApps(); in resetApps()
DAppConsentStorageManager.java354 public void resetApps() throws IOException { in resetApps() method in AppConsentStorageManager
DAdServicesStorageManager.java310 public void resetApps() throws IOException { in resetApps() method in AdServicesStorageManager
DConsentManager.java840 public void resetApps() throws IOException {
842 ConsentManagerV2.getInstance().resetApps();
DConsentManagerV2.java663 public void resetApps() throws IOException { in resetApps() method in ConsentManagerV2
/packages/modules/AdServices/adservices/apk/java/com/android/adservices/ui/settings/delegates/
DAppsActionDelegate.java113 mAppsViewModel.resetApps(); in listenToAppsViewModelUiEvents()
/packages/modules/AdServices/adservices/apk/java/com/android/adservices/ui/settings/
DDialogManager.java211 appsViewModel.resetApps(); in showResetAppDialog()
DDialogFragmentManager.java243 appsViewModel.resetApps(); in showResetAppDialog()
/packages/modules/AdServices/adservices/apk/java/com/android/adservices/ui/settings/activitydelegates/
DAppsActivityActionDelegate.java211 mAppsViewModel.resetApps(); in listenToAppsViewModelUiEvents()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/appsearch/
DAppSearchConsentStorageManager.java484 public void resetApps() throws IOException { in resetApps() method in AppSearchConsentStorageManager
/packages/modules/AdServices/adservices/tests/unittest/ui/src/com/android/adservices/service/consent/
DConsentManagerV2Test.java2036 mConsentManager.resetApps(); in testResetAllAppConsentAndAppData_appSearchOnly()
2082 mConsentManager.resetApps(); in testResetAllowedAppConsentAndAppData_ppApiOnly()
2116 mConsentManager.resetApps(); in testResetAllowedAppConsentAndAppData_systemServerOnly()
2161 mConsentManager.resetApps(); in testResetAllowedAppConsentAndAppData_ppApiAndSystemServer()
2193 mConsentManager.resetApps(); in testResetAllowedAppConsentAndAppData_appSearchOnly()
2202 assertThrows(IllegalStateException.class, () -> mConsentManager.resetApps()); in testResetAllowedAppConsentAndAppData_ppapiAndAdExtDataServiceOnly()
DConsentManagerTest.java2159 mConsentManager.resetApps(); in testResetAllowedAppConsentAndAppData_ppApiOnly()
2194 mConsentManager.resetApps(); in testResetAllowedAppConsentAndAppData_systemServerOnly()
2240 mConsentManager.resetApps(); in testResetAllowedAppConsentAndAppData_ppApiAndSystemServer()
2273 mConsentManager.resetApps(); in testResetAllowedAppConsentAndAppData_appSearchOnly()
2282 assertThrows(RuntimeException.class, () -> mConsentManager.resetApps()); in testResetAllowedAppConsentAndAppData_ppapiAndAdExtDataServiceOnly()