Home
last modified time | relevance | path

Searched defs:showConfirmationDialog (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/core/
H A DConfirmationDialogController.java35 void showConfirmationDialog(@Nullable Preference preference); in showConfirmationDialog() method
/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/development/
H A DEnableAdbPreferenceControllerTest.java177 public void showConfirmationDialog(Preference preference) { in showConfirmationDialog() method in EnableAdbPreferenceControllerTest.ConcreteEnableAdbPreferenceController
/aosp14/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
H A DUninstallerActivity.java210 private void showConfirmationDialog() { in showConfirmationDialog() method in UninstallerActivity