Searched refs:instructionText (Results 1 – 1 of 1) sorted by relevance
386 final TextView instructionText = (TextView) v.findViewById(R.id.hint_text); in onCreateView() local387 instructionText.setText(getString(R.string.bluetooth_pin_values_hint)); in onCreateView()452 final TextView instructionText = (TextView) v.findViewById(R.id.pairing_instructions); in onCreateView() local459 instructionText.setFocusable(true); in onCreateView()460 instructionText.setFocusableInTouchMode(true); in onCreateView()495 instructionText.setText(Html.fromHtml(instructions)); in onCreateView()