Home
last modified time | relevance | path

Searched refs:SAMPLE_RATE_44100 (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
DBluetoothCodecStatusTest.java39 BluetoothCodecConfig.SAMPLE_RATE_44100,
47 BluetoothCodecConfig.SAMPLE_RATE_44100,
55 BluetoothCodecConfig.SAMPLE_RATE_44100,
64 BluetoothCodecConfig.SAMPLE_RATE_44100 |
74 BluetoothCodecConfig.SAMPLE_RATE_44100 |
84 BluetoothCodecConfig.SAMPLE_RATE_44100 |
94 BluetoothCodecConfig.SAMPLE_RATE_44100 |
104 BluetoothCodecConfig.SAMPLE_RATE_44100 |
114 BluetoothCodecConfig.SAMPLE_RATE_44100 |
123 BluetoothCodecConfig.SAMPLE_RATE_44100 |
[all …]
DBluetoothCodecConfigTest.java47 BluetoothCodecConfig.SAMPLE_RATE_44100,
232 BluetoothCodecConfig.SAMPLE_RATE_44100, in testBluetoothCodecConfig_equals()
240 BluetoothCodecConfig.SAMPLE_RATE_44100, in testBluetoothCodecConfig_equals()
249 BluetoothCodecConfig.SAMPLE_RATE_44100, in testBluetoothCodecConfig_equals()
258 BluetoothCodecConfig.SAMPLE_RATE_44100, in testBluetoothCodecConfig_equals()
276 BluetoothCodecConfig.SAMPLE_RATE_44100, in testBluetoothCodecConfig_equals()
285 BluetoothCodecConfig.SAMPLE_RATE_44100, in testBluetoothCodecConfig_equals()
294 BluetoothCodecConfig.SAMPLE_RATE_44100, in testBluetoothCodecConfig_equals()
303 BluetoothCodecConfig.SAMPLE_RATE_44100, in testBluetoothCodecConfig_equals()
312 BluetoothCodecConfig.SAMPLE_RATE_44100, in testBluetoothCodecConfig_equals()
[all …]
/frameworks/base/core/java/android/bluetooth/
DBluetoothCodecConfig.java98 SAMPLE_RATE_44100,
112 public static final int SAMPLE_RATE_44100 = 0x1 << 0; field in BluetoothCodecConfig
274 if ((mSampleRate & SAMPLE_RATE_44100) != 0) { in toString()