Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/android/car/oem/
DCarAudioFeaturesInfo.java167 int tempFeatures = carAudioFeatures; in checkFeatures() local
168 tempFeatures = tempFeatures & ~AUDIO_FEATURE_ISOLATED_DEVICE_FOCUS; in checkFeatures()
169 tempFeatures = tempFeatures & ~AUDIO_FEATURE_FADE_MANAGER_CONFIGS; in checkFeatures()
170 if (tempFeatures != 0) { in checkFeatures()
171 throw new IllegalArgumentException("Car audio features " + tempFeatures in checkFeatures()