/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/applications/ |
H A D | PrioritizeAppPerformancePreferenceController.java | 123 showConfirmationDialog(); in handlePreferenceChanged() 145 private void showConfirmationDialog() { in showConfirmationDialog() method in PrioritizeAppPerformancePreferenceController
|
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/core/ |
H A D | ConfirmationDialogController.java | 35 void showConfirmationDialog(@Nullable Preference preference); in showConfirmationDialog() method
|
/aosp12/packages/apps/Settings/src/com/android/settings/development/ |
H A D | AdbPreferenceController.java | 47 public void showConfirmationDialog(@Nullable Preference preference) { in showConfirmationDialog() method in AdbPreferenceController
|
H A D | LogPersistPreferenceController.java | 41 public void showConfirmationDialog(@Nullable Preference preference) { in showConfirmationDialog() method in LogPersistPreferenceController
|
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/development/ |
H A D | LogpersistPreferenceController.java | 42 public void showConfirmationDialog(@Nullable Preference preference) { in showConfirmationDialog() method in LogpersistPreferenceController
|
H A D | DevelopmentFragment.java | 1762 dialogController.showConfirmationDialog(findPreference(preferenceKey)); in recreateDialogForKey()
|
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/development/ |
H A D | AbstractEnableAdbPreferenceController.java | 123 showConfirmationDialog(preference); in handlePreferenceTreeClick()
|
H A D | AbstractLogpersistPreferenceController.java | 230 showConfirmationDialog(mLogpersist); in writeLogpersistOption()
|
/aosp12/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/development/ |
H A D | LogpersistPreferenceControllerTest.java | 64 public void showConfirmationDialog(Preference preference) {} in setUp()
|
H A D | EnableAdbPreferenceControllerTest.java | 177 public void showConfirmationDialog(Preference preference) { in showConfirmationDialog() method in EnableAdbPreferenceControllerTest.ConcreteEnableAdbPreferenceController
|
/aosp12/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/ |
H A D | UninstallerActivity.java | 213 showConfirmationDialog(); in onCreate() 220 private void showConfirmationDialog() { in showConfirmationDialog() method in UninstallerActivity
|