/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/widget/ |
H A D | ValidatedEditTextPreferenceTest.java | 68 mPreference.onBindDialogView(mView); in bindDialogView_nullEditText_shouldNotCrash() 78 mPreference.onBindDialogView(mView); in bindDialogView_emptyEditText_shouldNotSetSelection() 91 mPreference.onBindDialogView(mView); in bindDialogView_nonemptyEditText_shouldSetSelection() 103 mPreference.onBindDialogView(mView); in bindDialogView_hasValidator_shouldBindToEditText() 115 mPreference.onBindDialogView(mView); in bindDialogView_isPassword_shouldSetInputType()
|
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/ |
H A D | CustomDialogPreference.java | 79 protected void onBindDialogView(View view) { in onBindDialogView() method in CustomDialogPreference 117 protected void onBindDialogView(View view) { in onBindDialogView() method in CustomDialogPreference.CustomPreferenceDialogFragment 118 super.onBindDialogView(view); in onBindDialogView() 119 getCustomizablePreference().onBindDialogView(view); in onBindDialogView()
|
H A D | CustomDialogPreferenceCompat.java | 73 protected void onBindDialogView(View view) { in onBindDialogView() method in CustomDialogPreferenceCompat 111 protected void onBindDialogView(View view) { in onBindDialogView() method in CustomDialogPreferenceCompat.CustomPreferenceDialogFragment 112 super.onBindDialogView(view); in onBindDialogView() 113 getCustomizablePreference().onBindDialogView(view); in onBindDialogView()
|
H A D | CustomEditTextPreference.java | 90 protected void onBindDialogView(View view) { in onBindDialogView() method in CustomEditTextPreference 117 protected void onBindDialogView(View view) { in onBindDialogView() method in CustomEditTextPreference.CustomPreferenceDialogFragment 118 super.onBindDialogView(view); in onBindDialogView() 119 getCustomizablePreference().onBindDialogView(view); in onBindDialogView()
|
H A D | CustomEditTextPreferenceCompat.java | 84 protected void onBindDialogView(View view) { in onBindDialogView() method in CustomEditTextPreferenceCompat 112 protected void onBindDialogView(View view) { in onBindDialogView() method in CustomEditTextPreferenceCompat.CustomPreferenceDialogFragment 113 super.onBindDialogView(view); in onBindDialogView() 114 getCustomizablePreference().onBindDialogView(view); in onBindDialogView()
|
/aosp12/packages/apps/Car/libs/car-ui-lib/car-ui-lib/src/main/java/com/android/car/ui/preference/ |
H A D | SeekbarPreferenceDialogFragment.java | 44 protected void onBindDialogView(@NonNull View view) { in onBindDialogView() method in SeekbarPreferenceDialogFragment 45 super.onBindDialogView(view); in onBindDialogView() 48 dialogPreference.onBindDialogView(view); in onBindDialogView()
|
H A D | EditTextPreferenceDialogFragment.java | 81 protected void onBindDialogView(@NonNull View view) { in onBindDialogView() method in EditTextPreferenceDialogFragment 82 super.onBindDialogView(view); in onBindDialogView()
|
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/development/bluetooth/ |
H A D | BaseBluetoothDialogPreferenceTest.java | 99 mPreference.onBindDialogView(mView); in onBindDialogView_checkRadioButtonsSelection() 112 mPreference.onBindDialogView(mView); in onBindDialogView_checkRadioButtonsText() 129 mPreference.onBindDialogView(mView); in onBindDialogView_checkRadioButtonsState() 146 mPreference.onBindDialogView(mView); in onBindDialogView_allButtonsEnabled_hideHelpText() 159 mPreference.onBindDialogView(mView); in onBindDialogView_buttonDisabled_showHelpText()
|
/aosp12/packages/apps/EmergencyInfo/tests/robolectric/src/com/android/emergency/preferences/ |
H A D | EmergencyNamePreferenceTest.java | 96 mTestEmergencyNamePreference.onBindDialogView(view); in onBindDialogView_setUserName_textViewTitleIsSet() 106 mTestEmergencyNamePreference.onBindDialogView(view); in onBindDialogView_setUserPhoto_imageViewDrawableIsSet() 119 mTestEmergencyNamePreference.onBindDialogView(view); in onBindDialogView_setEditUserPhotoController_editUserPhotoControllerIsSet() 129 mTestEmergencyNamePreference.onBindDialogView(view); in onActivityResult_whenWaitingForActivityResult_onActivityResultIsCalled()
|
/aosp12/packages/services/Telephony/src/com/android/phone/ |
H A D | CallBarringDeselectAllPreference.java | 51 protected void onBindDialogView(View view) { in onBindDialogView() method in CallBarringDeselectAllPreference 52 super.onBindDialogView(view); in onBindDialogView()
|
/aosp12/packages/apps/Settings/src/com/android/settings/ |
H A D | SeekBarDialogPreference.java | 58 protected void onBindDialogView(View view) { in onBindDialogView() method in SeekBarDialogPreference 59 super.onBindDialogView(view); in onBindDialogView()
|
H A D | EditPinPreference.java | 52 protected void onBindDialogView(View view) { in onBindDialogView() method in EditPinPreference 53 super.onBindDialogView(view); in onBindDialogView()
|
H A D | PointerSpeedPreference.java | 68 protected void onBindDialogView(View view) { in onBindDialogView() method in PointerSpeedPreference 69 super.onBindDialogView(view); in onBindDialogView()
|
/aosp12/packages/services/Telephony/src/com/android/phone/settings/fdn/ |
H A D | EditPinPreference.java | 64 protected void onBindDialogView(View view) { in onBindDialogView() method in EditPinPreference 65 super.onBindDialogView(view); in onBindDialogView()
|
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/common/ |
H A D | PasswordEditTextPreferenceDialogFragment.java | 52 protected void onBindDialogView(View view) { in onBindDialogView() method in PasswordEditTextPreferenceDialogFragment 53 super.onBindDialogView(view); in onBindDialogView()
|
H A D | ValidatedEditTextPreferenceDialogFragment.java | 57 protected void onBindDialogView(View view) { in onBindDialogView() method in ValidatedEditTextPreferenceDialogFragment 58 super.onBindDialogView(view); in onBindDialogView()
|
/aosp12/frameworks/base/core/java/android/preference/ |
H A D | SeekBarDialogPreference.java | 74 protected void onBindDialogView(View view) { in onBindDialogView() method in SeekBarDialogPreference 75 super.onBindDialogView(view); in onBindDialogView()
|
/aosp12/packages/apps/Settings/src/com/android/settings/development/autofill/ |
H A D | AbstractGlobalSettingsPreference.java | 78 protected void onBindDialogView(View view) { in onBindDialogView() method in AbstractGlobalSettingsPreference 79 super.onBindDialogView(view); in onBindDialogView()
|
/aosp12/packages/apps/EmergencyInfo/src/com/android/emergency/preferences/ |
H A D | EmergencyEditTextPreference.java | 82 protected void onBindDialogView(View view) { in onBindDialogView() method in EmergencyEditTextPreference 83 super.onBindDialogView(view); in onBindDialogView()
|
/aosp12/packages/apps/Settings/src/com/android/settings/emergency/ |
H A D | EmergencyGestureNumberOverridePreference.java | 77 protected void onBindDialogView(View view) { in onBindDialogView() method in EmergencyGestureNumberOverridePreference 78 super.onBindDialogView(view); in onBindDialogView()
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/appsettings/ |
H A D | PhoneNumberPreference.java | 74 protected void onBindDialogView(final View view) { in onBindDialogView() method in PhoneNumberPreference 75 super.onBindDialogView(view); in onBindDialogView()
|
/aosp12/packages/apps/Settings/src/com/android/settings/display/ |
H A D | DensityPreference.java | 59 protected void onBindDialogView(View view) { in onBindDialogView() method in DensityPreference 60 super.onBindDialogView(view); in onBindDialogView()
|
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/wifi/ |
H A D | WifiPasswordDialog.java | 69 protected void onBindDialogView(@NonNull View view) { in onBindDialogView() method in WifiPasswordDialog 70 super.onBindDialogView(view); in onBindDialogView()
|
/aosp12/packages/apps/Settings/src/com/android/settings/widget/ |
H A D | ValidatedEditTextPreference.java | 67 protected void onBindDialogView(View view) { in onBindDialogView() method in ValidatedEditTextPreference 68 super.onBindDialogView(view); in onBindDialogView()
|
/aosp12/packages/apps/Settings/src/com/android/settings/development/bluetooth/ |
H A D | BaseBluetoothDialogPreference.java | 64 protected void onBindDialogView(View view) { in onBindDialogView() method in BaseBluetoothDialogPreference 65 super.onBindDialogView(view); in onBindDialogView()
|