Searched refs:voiceCommunicationCaptureMixes (Results 1 – 1 of 1) sorted by relevance
12516 ArrayList<AudioMix> voiceCommunicationCaptureMixes = null; in isPolicyRegisterAllowed() local12546 if (voiceCommunicationCaptureMixes == null) { in isPolicyRegisterAllowed()12547 voiceCommunicationCaptureMixes = new ArrayList<AudioMix>(); in isPolicyRegisterAllowed()12549 voiceCommunicationCaptureMixes.add(mix); in isPolicyRegisterAllowed()12572 if (voiceCommunicationCaptureMixes != null && voiceCommunicationCaptureMixes.size() > 0) { in isPolicyRegisterAllowed()12581 for (AudioMix mix : voiceCommunicationCaptureMixes) { in isPolicyRegisterAllowed()