Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/core/
H A DConfirmationDialogController.java35 void showConfirmationDialog(@Nullable Preference preference); in showConfirmationDialog() method
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/development/
H A DLogpersistPreferenceController.java42 public void showConfirmationDialog(@Nullable Preference preference) { in showConfirmationDialog() method in LogpersistPreferenceController
/aosp12/packages/apps/Settings/src/com/android/settings/development/
H A DAdbPreferenceController.java47 public void showConfirmationDialog(@Nullable Preference preference) { in showConfirmationDialog() method in AdbPreferenceController
H A DLogPersistPreferenceController.java41 public void showConfirmationDialog(@Nullable Preference preference) { in showConfirmationDialog() method in LogPersistPreferenceController
/aosp12/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
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/applications/
H A DPrioritizeAppPerformancePreferenceController.java145 private void showConfirmationDialog() { in showConfirmationDialog() method in PrioritizeAppPerformancePreferenceController
/aosp12/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
H A DUninstallerActivity.java220 private void showConfirmationDialog() { in showConfirmationDialog() method in UninstallerActivity