Home
last modified time | relevance | path

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

/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/radio/
DRadioTunerFragment.java50 protected static final CharSequence NULL_TUNER_WARNING = "Tuner cannot be null"; field in RadioTunerFragment
140 mTuningTextView.setText(getString(R.string.radio_error, NULL_TUNER_WARNING)); in handleTune()
154 mTuningTextView.setText(getString(R.string.radio_error, NULL_TUNER_WARNING)); in handleSeek()
168 mTuningTextView.setText(getString(R.string.radio_error, NULL_TUNER_WARNING)); in handleClose()
182 mTuningTextView.setText(getString(R.string.radio_error, NULL_TUNER_WARNING)); in handleCancel()
DAmFmTunerFragment.java162 mTuningTextView.setText(getString(R.string.radio_error, NULL_TUNER_WARNING)); in handleStep()
176 mTuningTextView.setText(getString(R.string.radio_error, NULL_TUNER_WARNING)); in handleHdEnable()