Home
last modified time | relevance | path

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

/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/audio/
DCarAudioInputTestFragment.java120 if (!areAudioPatchAPIsEnabled()) { in initInputInfo()
136 private boolean areAudioPatchAPIsEnabled() { in areAudioPatchAPIsEnabled() method in CarAudioInputTestFragment
/packages/services/Car/service/src/com/android/car/audio/
DCarAudioService.java709 writer.printf("Audio Patch APIs enabled? %b\n", areAudioPatchAPIsEnabled()); in dump()
834 proto.write(CarAudioConfiguration.PATCH_API_ENABLED, areAudioPatchAPIsEnabled()); in dumpProto()
2370 if (!areAudioPatchAPIsEnabled()) {
2376 private boolean areAudioPatchAPIsEnabled() {