Home
last modified time | relevance | path

Searched refs:onBindDialogView (Results 1 – 25 of 44) sorted by relevance

12

/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/widget/
H A DValidatedEditTextPreferenceTest.java68 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 DCustomDialogPreference.java79 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 DCustomDialogPreferenceCompat.java73 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 DCustomEditTextPreference.java90 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 DCustomEditTextPreferenceCompat.java84 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 DSeekbarPreferenceDialogFragment.java44 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 DEditTextPreferenceDialogFragment.java81 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 DBaseBluetoothDialogPreferenceTest.java99 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 DEmergencyNamePreferenceTest.java96 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 DCallBarringDeselectAllPreference.java51 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 DSeekBarDialogPreference.java58 protected void onBindDialogView(View view) { in onBindDialogView() method in SeekBarDialogPreference
59 super.onBindDialogView(view); in onBindDialogView()
H A DEditPinPreference.java52 protected void onBindDialogView(View view) { in onBindDialogView() method in EditPinPreference
53 super.onBindDialogView(view); in onBindDialogView()
H A DPointerSpeedPreference.java68 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 DEditPinPreference.java64 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 DPasswordEditTextPreferenceDialogFragment.java52 protected void onBindDialogView(View view) { in onBindDialogView() method in PasswordEditTextPreferenceDialogFragment
53 super.onBindDialogView(view); in onBindDialogView()
H A DValidatedEditTextPreferenceDialogFragment.java57 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 DSeekBarDialogPreference.java74 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 DAbstractGlobalSettingsPreference.java78 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 DEmergencyEditTextPreference.java82 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 DEmergencyGestureNumberOverridePreference.java77 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 DPhoneNumberPreference.java74 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 DDensityPreference.java59 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 DWifiPasswordDialog.java69 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 DValidatedEditTextPreference.java67 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 DBaseBluetoothDialogPreference.java64 protected void onBindDialogView(View view) { in onBindDialogView() method in BaseBluetoothDialogPreference
65 super.onBindDialogView(view); in onBindDialogView()

12