Home
last modified time | relevance | path

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

/packages/apps/FMRadio/src/com/android/fmradio/
DFmMainActivity.java83 private TextView mTextStationValue = null; field in FmMainActivity
594 mTextStationValue.setText(FmUtils.formatStation(station)); in refreshStationUI()
1122 mTextStationValue = (TextView) findViewById(R.id.station_value); in initUiComponent()