Searched refs:OEM_STRATEGY_ID (Results 1 – 6 of 6) sorted by relevance
44 import static com.android.car.audio.CoreAudioRoutingUtils.OEM_STRATEGY_ID;91 expectWithMessage("OEM attributes of OEM strategy id (%s)", OEM_STRATEGY_ID) in getStrategyForAudioAttributes_withValidAttributes_succeeds()93 .isEqualTo(OEM_STRATEGY_ID); in getStrategyForAudioAttributes_withValidAttributes_succeeds()112 expectWithMessage("OEM attributes of OEM strategy id (%s)", OEM_STRATEGY_ID) in getStrategyForAudioAttributesOrDefault_withValidAttributes_succeeds()114 .isEqualTo(OEM_STRATEGY_ID); in getStrategyForAudioAttributesOrDefault_withValidAttributes_succeeds()165 .isEqualTo(OEM_STRATEGY_ID); in getStrategyForContextName_succeeds()183 expectWithMessage("OEM strategy for id (%s)", OEM_STRATEGY_ID) in getStrategy_withValidId_succeeds()184 .that(CoreAudioHelper.getStrategy(OEM_STRATEGY_ID)) in getStrategy_withValidId_succeeds()313 .that(CoreAudioHelper.isDefaultStrategy(OEM_STRATEGY_ID)) in isDefaultStrategy()
82 public static final int OEM_STRATEGY_ID = 1979; field in CoreAudioRoutingUtils187 parcel.writeInt(OEM_STRATEGY_ID);305 OEM_STRATEGY_ID);
157 doReturn(CoreAudioRoutingUtils.OEM_STRATEGY_ID) in setupMock()204 CoreAudioRoutingUtils.OEM_STRATEGY_ID)) in isOemExtensionAudioContext_whenUsingCoreRouting()952 CoreAudioRoutingUtils.OEM_STRATEGY_ID)); in getAudioAttributeWrapperFromAttributes_withOemExtension_hashCode_succeeds()
54 import static com.android.car.audio.CoreAudioRoutingUtils.OEM_STRATEGY_ID;191 oemContextToDeviceInfo.put(OEM_STRATEGY_ID, mOemInfoMock); in setUp()
4143 CoreAudioRoutingUtils.OEM_STRATEGY_ID); in getVolumeGroupAndContextCount()
69 static final int OEM_STRATEGY_ID = 1979; field in CoreAudioRoutingUtils159 parcel.writeInt(OEM_STRATEGY_ID);275 new AudioAttributes[] { OEM_ATTRIBUTES }, OEM_CONTEXT_NAME, OEM_STRATEGY_ID)); in getCarAudioContextInfos()