Searched refs:getStrategyForAudioAttributesOrDefault (Results 1 – 2 of 2) sorted by relevance
107 .that(CoreAudioHelper.getStrategyForAudioAttributesOrDefault(MUSIC_ATTRIBUTES)) in getStrategyForAudioAttributesOrDefault_withValidAttributes_succeeds()110 .that(CoreAudioHelper.getStrategyForAudioAttributesOrDefault(NAV_ATTRIBUTES)) in getStrategyForAudioAttributesOrDefault_withValidAttributes_succeeds()113 .that(CoreAudioHelper.getStrategyForAudioAttributesOrDefault(OEM_ATTRIBUTES)) in getStrategyForAudioAttributesOrDefault_withValidAttributes_succeeds()121 .that(CoreAudioHelper.getStrategyForAudioAttributesOrDefault( in getStrategyForAudioAttributesOrDefault_withInvalidAttributes_fallbacksOnDefault()
135 public static int getStrategyForAudioAttributesOrDefault(AudioAttributes attributes) { in getStrategyForAudioAttributesOrDefault() method in CoreAudioHelper