Home
last modified time | relevance | path

Searched refs:EXTRA_CODEC_STATUS (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothCodecStatus.java39 public static final String EXTRA_CODEC_STATUS = "android.bluetooth.extra.CODEC_STATUS"; field in BluetoothCodecStatus
/packages/apps/Settings/src/com/android/settings/development/
DDevelopmentSettingsDashboardFragment.java132 BluetoothCodecStatus.EXTRA_CODEC_STATUS);
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/a2dp/
DA2dpServiceTest.java1158 hasExtra(BluetoothCodecStatus.EXTRA_CODEC_STATUS, codecStatus)); in generateCodecMessageFromNative()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dp/
DA2dpService.java1172 intent.putExtra(BluetoothCodecStatus.EXTRA_CODEC_STATUS, codecStatus); in broadcastCodecConfig()
/packages/modules/Bluetooth/framework/api/
Dcurrent.txt489 field public static final String EXTRA_CODEC_STATUS = "android.bluetooth.extra.CODEC_STATUS";