Searched refs:BITS_PER_SAMPLES (Results 1 – 2 of 2) sorted by relevance
99 for (int i = 0; i < BITS_PER_SAMPLES.length; i++) { in getSelectableIndex()100 if ((configs & BITS_PER_SAMPLES[i]) != 0) { in getSelectableIndex()101 selectableIndex.add(convertCfgToBtnIndex(BITS_PER_SAMPLES[i])); in getSelectableIndex()
57 protected static final int[] BITS_PER_SAMPLES = {BluetoothCodecConfig.BITS_PER_SAMPLE_32, field in AbstractBluetoothDialogPreferenceController264 for (int i = 0; i < BITS_PER_SAMPLES.length; i++) { in getHighestBitsPerSample()265 if ((capability & BITS_PER_SAMPLES[i]) != 0) { in getHighestBitsPerSample()266 return BITS_PER_SAMPLES[i]; in getHighestBitsPerSample()