Searched refs:mPairingView (Results 1 – 1 of 1) sorted by relevance
67 private EditText mPairingView; field in BluetoothPairingDialog225 mPairingView = (EditText) view.findViewById(R.id.text); in createPinEntryView()226 mPairingView.addTextChangedListener(this); in createPinEntryView()256 mPairingView.setInputType(InputType.TYPE_CLASS_NUMBER); in createPinEntryView()257 mPairingView.setFilters(new InputFilter[] { in createPinEntryView()438 if (mPairingView != null) { in onClick()439 onPair(mPairingView.getText().toString()); in onClick()463 mPairingView.setInputType(InputType.TYPE_CLASS_TEXT); in onCheckedChanged()465 mPairingView.setInputType(InputType.TYPE_CLASS_NUMBER); in onCheckedChanged()