Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/audio/
DCarAudioGainConfigInfo.java52 public int getVolumeIndex() { in getVolumeIndex() method in CarAudioGainConfigInfo
63 + getVolumeIndex(); in toString()
77 && getVolumeIndex() == other.getVolumeIndex(); in equals()
82 return Objects.hash(getZoneId(), getDeviceAddress(), getVolumeIndex()); in hashCode()
DCarVolumeGroup.java867 int halIndex = gain.getVolumeIndex(); in onAudioGainChanged()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/audio/
DCarAudioGainConfigInfoTest.java55 .that(carGainInfo.getVolumeIndex()) in constructor_succeeds()