Searched refs:PROPERTY_RO_ENABLE_AUDIO_PATCH (Results 1 – 3 of 3) sorted by relevance
47 private static final String PROPERTY_RO_ENABLE_AUDIO_PATCH = field in CarAudioInputTestFragment137 return SystemProperties.getBoolean(PROPERTY_RO_ENABLE_AUDIO_PATCH, /* default= */ false); in areAudioPatchAPIsEnabled()
188 private static final String PROPERTY_RO_ENABLE_AUDIO_PATCH = field in CarAudioService2372 + PROPERTY_RO_ENABLE_AUDIO_PATCH);2377 return SystemProperties.getBoolean(PROPERTY_RO_ENABLE_AUDIO_PATCH, /* default= */ false);
333 private static final String PROPERTY_RO_ENABLE_AUDIO_PATCH = field in CarAudioServiceUnitTest611 .when(() -> SystemProperties.getBoolean(PROPERTY_RO_ENABLE_AUDIO_PATCH, false)); in setUpService()1183 .when(() -> SystemProperties.getBoolean(PROPERTY_RO_ENABLE_AUDIO_PATCH, false)); in createAudioPatch_onMediaOutputDevice_failsForConfigurationMissing()1213 .when(() -> SystemProperties.getBoolean(PROPERTY_RO_ENABLE_AUDIO_PATCH, true)); in createAudioPatch_onMediaOutputDevice_succeeds()1234 .when(() -> SystemProperties.getBoolean(PROPERTY_RO_ENABLE_AUDIO_PATCH, false)); in releaseAudioPatch_failsForConfigurationMissing()