Searched refs:NAV_STRATEGY (Results 1 – 3 of 3) sorted by relevance
65 static final AudioProductStrategy NAV_STRATEGY; field in CoreAudioRoutingUtils153 NAV_STRATEGY = AudioProductStrategy.CREATOR.createFromParcel(parcel);179 PRODUCT_STRATEGIES = List.of(OEM_STRATEGY, MUSIC_STRATEGY, NAV_STRATEGY);
77 public static final AudioProductStrategy NAV_STRATEGY; field in CoreAudioRoutingUtils181 NAV_STRATEGY = AudioProductStrategy.CREATOR.createFromParcel(parcel);211 PRODUCT_STRATEGIES = List.of(OEM_STRATEGY, MUSIC_STRATEGY, NAV_STRATEGY);
36 import static com.android.car.audio.CoreAudioRoutingUtils.NAV_STRATEGY;133 .isEqualTo(NAV_STRATEGY); in getProductStrategyForAudioAttributes_withValidAttributes_succeeds()182 .isEqualTo(NAV_STRATEGY); in getStrategy_withValidId_succeeds()