Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
DBluetoothPairingDialog.java386 final TextView instructionText = (TextView) v.findViewById(R.id.hint_text); in onCreateView() local
387 instructionText.setText(getString(R.string.bluetooth_pin_values_hint)); in onCreateView()
452 final TextView instructionText = (TextView) v.findViewById(R.id.pairing_instructions); in onCreateView() local
459 instructionText.setFocusable(true); in onCreateView()
460 instructionText.setFocusableInTouchMode(true); in onCreateView()
495 instructionText.setText(Html.fromHtml(instructions)); in onCreateView()