Searched refs:SAMPLE_RATE_44100 (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/ |
D | BluetoothCodecStatusTest.java | 39 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 …]
|
D | BluetoothCodecConfigTest.java | 47 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/ |
D | BluetoothCodecConfig.java | 98 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()
|