Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/bluetooth/
H A DBluetoothCodecStatus.java43 public static final String EXTRA_CODEC_STATUS = field in BluetoothCodecStatus
/aosp12/packages/apps/Settings/src/com/android/settings/development/
H A DDevelopmentSettingsDashboardFragment.java115 BluetoothCodecStatus.EXTRA_CODEC_STATUS);
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
H A DA2dpService.java1037 intent.putExtra(BluetoothCodecStatus.EXTRA_CODEC_STATUS, codecStatus); in broadcastCodecConfig()
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/a2dp/
H A DA2dpServiceTest.java217 intent.getParcelableExtra(BluetoothCodecStatus.EXTRA_CODEC_STATUS)); in verifyCodecConfigIntent()