Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_test/src/com/android/car/audio/
DCoreAudioRoutingUtils.java78 static final AudioVolumeGroup OEM_GROUP; field in CoreAudioRoutingUtils
246 OEM_GROUP = AudioVolumeGroup.CREATOR.createFromParcel(parcel);
249 VOLUME_GROUPS = List.of(MUSIC_GROUP, NAV_GROUP, OEM_GROUP);
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/audio/
DCoreAudioRoutingUtils.java88 public static final AudioVolumeGroup OEM_GROUP; field in CoreAudioRoutingUtils
291 OEM_GROUP = AudioVolumeGroup.CREATOR.createFromParcel(parcel);
294 VOLUME_GROUPS = List.of(MUSIC_GROUP, NAV_GROUP, OEM_GROUP);
DCoreAudioHelperTest.java40 import static com.android.car.audio.CoreAudioRoutingUtils.OEM_GROUP;
205 .isEqualTo(OEM_GROUP); in getVolumeGroup_withValidName_succeeds()