/packages/modules/AdServices/adservices/apk/java/com/android/adservices/ui/settings/viewmodels/ |
D | AppsViewModel.java | 126 public void resetApps() throws IOException { in resetApps() method in AppsViewModel 127 mConsentManager.resetApps(); in resetApps()
|
/packages/apps/Settings/src/com/android/settings/applications/manageapplications/ |
D | ResetAppsHelper.java | 115 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/ |
D | DialogFragmentTest.java | 122 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/ |
D | ResetAppPreferences.kt | 58 ResetAppsHelper(context).resetApps() in rememberResetAppDialogPresenter()
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/consent/ |
D | IConsentStorage.java | 219 void resetApps() throws IOException; in resetApps() method
|
D | ConsentCompositeStorage.java | 688 public void resetApps() throws IOException { in resetApps() method in ConsentCompositeStorage 691 storage.resetApps(); in resetApps()
|
D | AppConsentStorageManager.java | 354 public void resetApps() throws IOException { in resetApps() method in AppConsentStorageManager
|
D | AdServicesStorageManager.java | 310 public void resetApps() throws IOException { in resetApps() method in AdServicesStorageManager
|
D | ConsentManager.java | 840 public void resetApps() throws IOException { 842 ConsentManagerV2.getInstance().resetApps();
|
D | ConsentManagerV2.java | 663 public void resetApps() throws IOException { in resetApps() method in ConsentManagerV2
|
/packages/modules/AdServices/adservices/apk/java/com/android/adservices/ui/settings/delegates/ |
D | AppsActionDelegate.java | 113 mAppsViewModel.resetApps(); in listenToAppsViewModelUiEvents()
|
/packages/modules/AdServices/adservices/apk/java/com/android/adservices/ui/settings/ |
D | DialogManager.java | 211 appsViewModel.resetApps(); in showResetAppDialog()
|
D | DialogFragmentManager.java | 243 appsViewModel.resetApps(); in showResetAppDialog()
|
/packages/modules/AdServices/adservices/apk/java/com/android/adservices/ui/settings/activitydelegates/ |
D | AppsActivityActionDelegate.java | 211 mAppsViewModel.resetApps(); in listenToAppsViewModelUiEvents()
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/appsearch/ |
D | AppSearchConsentStorageManager.java | 484 public void resetApps() throws IOException { in resetApps() method in AppSearchConsentStorageManager
|
/packages/modules/AdServices/adservices/tests/unittest/ui/src/com/android/adservices/service/consent/ |
D | ConsentManagerV2Test.java | 2036 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()
|
D | ConsentManagerTest.java | 2159 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()
|