Home
last modified time | relevance | path

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

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