Home
last modified time | relevance | path

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

/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/radio/
DProgramInfoAdapter.java53 vh.programSelectorText = convertView.findViewById(R.id.text_selector); in getView()
60 CharSequence programSelectorText = mFragment.getMetadataText(mProgramInfos[position], in getView() local
62 vh.programSelectorText.setText(programSelectorText); in getView()
87 public TextView programSelectorText; field in ProgramInfoAdapter.ViewHolder