Searched refs:BITS_PER_SAMPLES (Results 1 – 2 of 2) sorted by relevance
50 protected static final int[] BITS_PER_SAMPLES = {BluetoothCodecConfig.BITS_PER_SAMPLE_32, field in AbstractBluetoothDialogPreferenceController255 for (int i = 0; i < BITS_PER_SAMPLES.length; i++) { in getHighestBitsPerSample()256 if ((capability & BITS_PER_SAMPLES[i]) != 0) { in getHighestBitsPerSample()257 return BITS_PER_SAMPLES[i]; in getHighestBitsPerSample()
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()