Home
last modified time | relevance | path

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

/packages/apps/Car/Radio/src/com/android/car/radio/
DBandController.java35 @Nullable private ProgramType mCurrentBand; field in BandController
56 mCurrentBand = mSupportedBands.get( in switchToNext()
57 (mSupportedBands.indexOf(mCurrentBand) + 1) % mSupportedBands.size()); in switchToNext()
58 return mCurrentBand; in switchToNext()
69 mCurrentBand = programType; in setType()
77 return mCurrentBand; in getCurrentBand()