Home
last modified time | relevance | path

Searched refs:OEM_STRATEGY_ID (Results 1 – 6 of 6) sorted by relevance

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/audio/
DCoreAudioHelperTest.java44 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()
DCoreAudioRoutingUtils.java82 public static final int OEM_STRATEGY_ID = 1979; field in CoreAudioRoutingUtils
187 parcel.writeInt(OEM_STRATEGY_ID);
305 OEM_STRATEGY_ID);
DCarAudioContextTest.java157 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()
DCoreAudioVolumeGroupTest.java54 import static com.android.car.audio.CoreAudioRoutingUtils.OEM_STRATEGY_ID;
191 oemContextToDeviceInfo.put(OEM_STRATEGY_ID, mOemInfoMock); in setUp()
DCarAudioServiceUnitTest.java4143 CoreAudioRoutingUtils.OEM_STRATEGY_ID); in getVolumeGroupAndContextCount()
/packages/services/Car/tests/carservice_test/src/com/android/car/audio/
DCoreAudioRoutingUtils.java69 static final int OEM_STRATEGY_ID = 1979; field in CoreAudioRoutingUtils
159 parcel.writeInt(OEM_STRATEGY_ID);
275 new AudioAttributes[] { OEM_ATTRIBUTES }, OEM_CONTEXT_NAME, OEM_STRATEGY_ID)); in getCarAudioContextInfos()