Home
last modified time | relevance | path

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

/packages/apps/Car/Radio/src/com/android/car/radio/
DRadioActivity.java59 private BandController mBandController = new BandController(); field in RadioActivity
75 mBandController.setType(programType); in onCreate()
158 mBandController.setSupportedProgramTypes(supported); in setSupportedProgramTypes()
172 ProgramType currentBand = mBandController.getCurrentBand(); in updateMenuItems()
176 ProgramType programType = mBandController.switchToNext(); in updateMenuItems()