Searched defs:getColorForStation (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Car/Radio/src/com/android/car/radio/
H A DRadioChannelColorMapper.java73 * @see #getColorForStation(int, int)
76 public int getColorForStation(@NonNull RadioStation radioStation) { method in class:RadioChannelColorMapper
77 return getColorForStation(radioStation.getRadioBand(), radioStation.getChannelNumber());
88 public int getColorForStation(int band, int channel) { method in class:RadioChannelColorMapper

Completed in 273 milliseconds