Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_test/src/com/android/car/audio/
DCoreAudioRoutingUtils.java77 static final AudioProductStrategy OEM_STRATEGY; field in CoreAudioRoutingUtils
174 OEM_STRATEGY = AudioProductStrategy.CREATOR.createFromParcel(parcel);
179 PRODUCT_STRATEGIES = List.of(OEM_STRATEGY, MUSIC_STRATEGY, NAV_STRATEGY);
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/audio/
DCoreAudioRoutingUtils.java87 public static final AudioProductStrategy OEM_STRATEGY; field in CoreAudioRoutingUtils
206 OEM_STRATEGY = AudioProductStrategy.CREATOR.createFromParcel(parcel);
211 PRODUCT_STRATEGIES = List.of(OEM_STRATEGY, MUSIC_STRATEGY, NAV_STRATEGY);
DCoreAudioHelperTest.java43 import static com.android.car.audio.CoreAudioRoutingUtils.OEM_STRATEGY;
136 .isEqualTo(OEM_STRATEGY); in getProductStrategyForAudioAttributes_withValidAttributes_succeeds()
185 .isEqualTo(OEM_STRATEGY); in getStrategy_withValidId_succeeds()