Searched refs:MUSIC_STRATEGY (Results 1 – 4 of 4) sorted by relevance
51 static final AudioProductStrategy MUSIC_STRATEGY; field in CoreAudioRoutingUtils123 MUSIC_STRATEGY = AudioProductStrategy.CREATOR.createFromParcel(parcel);179 PRODUCT_STRATEGIES = List.of(OEM_STRATEGY, MUSIC_STRATEGY, NAV_STRATEGY);
65 public static final AudioProductStrategy MUSIC_STRATEGY; field in CoreAudioRoutingUtils144 MUSIC_STRATEGY = AudioProductStrategy.CREATOR.createFromParcel(parcel);211 PRODUCT_STRATEGIES = List.of(OEM_STRATEGY, MUSIC_STRATEGY, NAV_STRATEGY);
29 import static com.android.car.audio.CoreAudioRoutingUtils.MUSIC_STRATEGY;130 .isEqualTo(MUSIC_STRATEGY); in getProductStrategyForAudioAttributes_withValidAttributes_succeeds()179 .isEqualTo(MUSIC_STRATEGY); in getStrategy_withValidId_succeeds()
35 import static com.android.car.audio.CoreAudioRoutingUtils.MUSIC_STRATEGY;119 doReturn(MUSIC_STRATEGY) in setupMock()121 doReturn(MUSIC_STRATEGY) in setupMock()631 verify(mMockAudioManager).setPreferredDeviceForStrategy(MUSIC_STRATEGY, in updateDevices_withCoreAudioRoutingDisabled()641 verify(mMockAudioManager, never()).setPreferredDeviceForStrategy(MUSIC_STRATEGY, in updateDevices_withCoreAudioRoutingEnabled()