Home
last modified time | relevance | path

Searched refs:UNSUPPORTED_ATTRIBUTES (Results 1 – 4 of 4) sorted by relevance

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/audio/
DCoreAudioHelperTest.java45 import static com.android.car.audio.CoreAudioRoutingUtils.UNSUPPORTED_ATTRIBUTES;
99 UNSUPPORTED_ATTRIBUTES) in getStrategyForAudioAttributes_withInvalidAttributes_returnsInvalidStrategy()
100 .that(CoreAudioHelper.getStrategyForAudioAttributes(UNSUPPORTED_ATTRIBUTES)) in getStrategyForAudioAttributes_withInvalidAttributes_returnsInvalidStrategy()
120 UNSUPPORTED_ATTRIBUTES) in getStrategyForAudioAttributesOrDefault_withInvalidAttributes_fallbacksOnDefault()
122 UNSUPPORTED_ATTRIBUTES)) in getStrategyForAudioAttributesOrDefault_withInvalidAttributes_fallbacksOnDefault()
142 .that(CoreAudioHelper.getProductStrategyForAudioAttributes(UNSUPPORTED_ATTRIBUTES)) in getProductStrategyForAudioAttributes_withInvalidAttributes_returnsNull()
256 expectWithMessage("Null group name for invalid attributes (%s)", UNSUPPORTED_ATTRIBUTES) in getVolumeGroupNameForAudioAttributes_withUnsupportedAttributes_returnsNull()
257 .that(CoreAudioHelper.getVolumeGroupNameForAudioAttributes(UNSUPPORTED_ATTRIBUTES)) in getVolumeGroupNameForAudioAttributes_withUnsupportedAttributes_returnsNull()
279 expectWithMessage("Invalid group id for invalid attributes (%s)", UNSUPPORTED_ATTRIBUTES) in getVolumeGroupIdForAudioAttributes_withUnsupportedAttributes_returnsNull()
280 .that(CoreAudioHelper.getVolumeGroupIdForAudioAttributes(UNSUPPORTED_ATTRIBUTES)) in getVolumeGroupIdForAudioAttributes_withUnsupportedAttributes_returnsNull()
DCoreAudioRoutingUtils.java98 static final AudioAttributes UNSUPPORTED_ATTRIBUTES = new AudioAttributes.Builder() field in CoreAudioRoutingUtils
DCarAudioContextTest.java162 eq(CoreAudioRoutingUtils.UNSUPPORTED_ATTRIBUTES))); in setupMock()
185 CoreAudioRoutingUtils.UNSUPPORTED_ATTRIBUTES)) in getContextForAudioAttribute_usingCoreRouting()
/packages/services/Car/tests/carservice_test/src/com/android/car/audio/
DCoreAudioRoutingUtils.java84 static final AudioAttributes UNSUPPORTED_ATTRIBUTES = new AudioAttributes.Builder() field in CoreAudioRoutingUtils