Home
last modified time | relevance | path

Searched refs:showConfirmationDialog (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Settings/src/com/android/settings/development/
DAdbPreferenceController.java47 public void showConfirmationDialog(@Nullable Preference preference) { in showConfirmationDialog() method in AdbPreferenceController
DLogPersistPreferenceController.java41 public void showConfirmationDialog(@Nullable Preference preference) { in showConfirmationDialog() method in LogPersistPreferenceController
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/development/
DAdbPreferenceController.java47 public void showConfirmationDialog(@Nullable Preference preference) { in showConfirmationDialog() method in AdbPreferenceController
DLogPersistPreferenceController.java41 public void showConfirmationDialog(@Nullable Preference preference) { in showConfirmationDialog() method in LogPersistPreferenceController
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/development/
DLogpersistPreferenceController.java42 public void showConfirmationDialog(@Nullable Preference preference) { in showConfirmationDialog() method in LogpersistPreferenceController
DDevelopmentFragment.java1733 dialogController.showConfirmationDialog(findPreference(preferenceKey)); in recreateDialogForKey()