Searched refs:SAMPLE_RATE_48000 (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/ |
D | BluetoothCodecStatusTest.java | 65 BluetoothCodecConfig.SAMPLE_RATE_48000, 75 BluetoothCodecConfig.SAMPLE_RATE_48000, 85 BluetoothCodecConfig.SAMPLE_RATE_48000, 95 BluetoothCodecConfig.SAMPLE_RATE_48000, 105 BluetoothCodecConfig.SAMPLE_RATE_48000, 115 BluetoothCodecConfig.SAMPLE_RATE_48000, 124 BluetoothCodecConfig.SAMPLE_RATE_48000, 134 BluetoothCodecConfig.SAMPLE_RATE_48000, 144 BluetoothCodecConfig.SAMPLE_RATE_48000, 153 BluetoothCodecConfig.SAMPLE_RATE_48000, [all …]
|
D | BluetoothCodecConfigTest.java | 48 BluetoothCodecConfig.SAMPLE_RATE_48000, 267 BluetoothCodecConfig.SAMPLE_RATE_48000, in testBluetoothCodecConfig_equals()
|
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothCodecConfig.java | 99 SAMPLE_RATE_48000, 115 public static final int SAMPLE_RATE_48000 = 0x1 << 1; field in BluetoothCodecConfig 277 if ((mSampleRate & SAMPLE_RATE_48000) != 0) { in toString()
|