Searched refs:voiceCommunicationCaptureMixes (Results 1 – 1 of 1) sorted by relevance
11829 ArrayList<AudioMix> voiceCommunicationCaptureMixes = null; in isPolicyRegisterAllowed() local11859 if (voiceCommunicationCaptureMixes == null) { in isPolicyRegisterAllowed()11860 voiceCommunicationCaptureMixes = new ArrayList<AudioMix>(); in isPolicyRegisterAllowed()11862 voiceCommunicationCaptureMixes.add(mix); in isPolicyRegisterAllowed()11885 if (voiceCommunicationCaptureMixes != null && voiceCommunicationCaptureMixes.size() > 0) { in isPolicyRegisterAllowed()11894 for (AudioMix mix : voiceCommunicationCaptureMixes) { in isPolicyRegisterAllowed()