Home
last modified time | relevance | path

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

/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
DBluetoothRenameDialogFragment.java101 EditText deviceNameView = getDeviceNameView(); in createAlertDialog()
104 deviceNameView.setSelection(mDeviceName.length()); in createAlertDialog()
107 deviceNameView.setOnEditorActionListener(this); in createAlertDialog()
108 deviceNameView.setImeOptions(EditorInfo.IME_ACTION_DONE); in createAlertDialog()
110 if (deviceNameView.requestFocus()) { in createAlertDialog()
114 imm.showSoftInput(deviceNameView, InputMethodManager.SHOW_IMPLICIT); in createAlertDialog()
150 EditText deviceNameView = getDeviceNameView(); in updateDeviceName() local
151 if (deviceNameView != null) { in updateDeviceName()
152 deviceNameView.setText(deviceName); in updateDeviceName()