Home
last modified time | relevance | path

Searched refs:AUDIO_FEATURE_FADE_MANAGER_CONFIGS (Results 1 – 9 of 9) sorted by relevance

/packages/services/Car/tests/carservice_unit_test/src/android/car/oem/
DCarAudioFeaturesInfoUnitTest.java22 import static android.car.oem.CarAudioFeaturesInfo.AUDIO_FEATURE_FADE_MANAGER_CONFIGS;
48 .that(info.isAudioFeatureEnabled(AUDIO_FEATURE_FADE_MANAGER_CONFIGS)) in build_withDynamicDeviceFeature()
56 AUDIO_FEATURE_FADE_MANAGER_CONFIGS).build(); in build_withFadeManagerFeature()
61 .that(info.isAudioFeatureEnabled(AUDIO_FEATURE_FADE_MANAGER_CONFIGS)) in build_withFadeManagerFeature()
74 .that(info.isAudioFeatureEnabled(AUDIO_FEATURE_FADE_MANAGER_CONFIGS)) in build_withNoFeatures()
111 .that(info.isAudioFeatureEnabled(AUDIO_FEATURE_FADE_MANAGER_CONFIGS)) in addAudioFeatures_withDynamicDevicesFeature()
119 .addAudioFeature(AUDIO_FEATURE_FADE_MANAGER_CONFIGS).build(); in addAudioFeatures_withFadeManagerFeature()
124 .that(info.isAudioFeatureEnabled(AUDIO_FEATURE_FADE_MANAGER_CONFIGS)) in addAudioFeatures_withFadeManagerFeature()
136 () -> builder.addAudioFeature(AUDIO_FEATURE_FADE_MANAGER_CONFIGS)); in addAudioFeatures_afterReUse_fails()
158 .that(info.isAudioFeatureEnabled(AUDIO_FEATURE_FADE_MANAGER_CONFIGS)) in writeToParcel_readFromParcel_andFocusFeature()
[all …]
DOemCarAudioFocusEvaluationRequestUnitTest.java21 import static android.car.oem.CarAudioFeaturesInfo.AUDIO_FEATURE_FADE_MANAGER_CONFIGS;
329 AUDIO_FEATURE_FADE_MANAGER_CONFIGS).build(); in getAudioFeaturesInfo()
343 .isAudioFeatureEnabled(AUDIO_FEATURE_FADE_MANAGER_CONFIGS)) in getAudioFeaturesInfo()
372 AUDIO_FEATURE_FADE_MANAGER_CONFIGS).build(); in equals_withDifferentFeatureInfo()
/packages/services/Car/car-lib/src/android/car/oem/
DCarAudioFeaturesInfo.java67 public static final int AUDIO_FEATURE_FADE_MANAGER_CONFIGS = 0x1 << 1; field in CarAudioFeaturesInfo
73 AUDIO_FEATURE_FADE_MANAGER_CONFIGS,
156 if (checkFeature(features, AUDIO_FEATURE_FADE_MANAGER_CONFIGS)) { in featuresToString()
169 tempFeatures = tempFeatures & ~AUDIO_FEATURE_FADE_MANAGER_CONFIGS; in checkFeatures()
184 if (checkFeature(feature, AUDIO_FEATURE_FADE_MANAGER_CONFIGS)) { in checkFeature()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/audio/
DCarAudioFocusUnitTest.java22 import static android.car.oem.CarAudioFeaturesInfo.AUDIO_FEATURE_FADE_MANAGER_CONFIGS;
1740 .that(featuresInfo.isAudioFeatureEnabled(AUDIO_FEATURE_FADE_MANAGER_CONFIGS)) in onAudioFocusRequest_withOemServiceEnabledAndEnabledFadeManager()
1782 .that(featuresInfo.isAudioFeatureEnabled(AUDIO_FEATURE_FADE_MANAGER_CONFIGS)) in onAudioFocusRequest_withOemServiceEnabledAndEnableIsolatedFocus()
2042 && features.isAudioFeatureEnabled(AUDIO_FEATURE_FADE_MANAGER_CONFIGS)) { in getCarAudioFocus()
2085 builder.addAudioFeature(AUDIO_FEATURE_FADE_MANAGER_CONFIGS); in getCarAudioFeaturesInfo()
/packages/services/Car/service/src/com/android/car/audio/
DCarAudioFocus.java20 import static android.car.oem.CarAudioFeaturesInfo.AUDIO_FEATURE_FADE_MANAGER_CONFIGS;
229 AUDIO_FEATURE_FADE_MANAGER_CONFIGS); in isFadeManagerSupported()
DCarAudioService.java2077 builder.addAudioFeature(CarAudioFeaturesInfo.AUDIO_FEATURE_FADE_MANAGER_CONFIGS);
/packages/services/Car/car-lib-module/api/
Dsystem-current.txt2004 field public static final int AUDIO_FEATURE_FADE_MANAGER_CONFIGS = 2; // 0x2
/packages/services/Car/car-lib/api/
Dsystem-current.txt2004 field public static final int AUDIO_FEATURE_FADE_MANAGER_CONFIGS = 2; // 0x2
Dtest-current.txt2081 field public static final int AUDIO_FEATURE_FADE_MANAGER_CONFIGS = 2; // 0x2