Searched refs:tempFeatures (Results 1 – 1 of 1) sorted by relevance
167 int tempFeatures = carAudioFeatures; in checkFeatures() local168 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()