Searched refs:OEM_GROUP_NAME (Results 1 – 6 of 6) sorted by relevance
42 import static com.android.car.audio.CoreAudioRoutingUtils.OEM_GROUP_NAME;203 expectWithMessage("OEM group for name (%s)", OEM_GROUP_NAME) in getVolumeGroup_withValidName_succeeds()204 .that(CoreAudioHelper.getVolumeGroup(OEM_GROUP_NAME)) in getVolumeGroup_withValidName_succeeds()223 expectWithMessage("OEM best attributes for oem group name (%s)", OEM_GROUP_NAME) in selectAttributesForVolumeGroupName_withValidName_succeeds()224 .that(CoreAudioHelper.selectAttributesForVolumeGroupName(OEM_GROUP_NAME)) in selectAttributesForVolumeGroupName_withValidName_succeeds()248 expectWithMessage("OEM group name (%s) for oem attributes (%s)", OEM_GROUP_NAME, in getVolumeGroupNameForAudioAttributes_withSupportedAttributes_succeeds()251 .isEqualTo(OEM_GROUP_NAME); in getVolumeGroupNameForAudioAttributes_withSupportedAttributes_succeeds()294 .isEqualTo(OEM_GROUP_NAME); in getVolumeGroupNameFromCoreId_withValidGroupId_succeeds()
85 public static final String OEM_GROUP_NAME = "OEM_GROUP"; field in CoreAudioRoutingUtils272 parcel.writeString(OEM_GROUP_NAME);
51 import static com.android.car.audio.CoreAudioRoutingUtils.OEM_GROUP_NAME;148 .selectAttributesForVolumeGroupName(eq(OEM_GROUP_NAME))); in setupMock()195 PRIMARY_AUDIO_ZONE, ZONE_CONFIG_ID, OEM_CAR_GROUP_ID, OEM_GROUP_NAME, in setUp()
6740 CoreAudioRoutingUtils.OEM_GROUP_NAME)); in mockCoreAudioRoutingAndVolume()
72 static final String OEM_GROUP_NAME = "OEM_GROUP"; field in CoreAudioRoutingUtils231 parcel.writeString(OEM_GROUP_NAME);
2116 CoreAudioRoutingUtils.OEM_GROUP_NAME)); in setupAudioManagerMock()