Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/api/
Dsystem-lint-baseline.txt42 BroadcastBehavior: android.bluetooth.BluetoothDevice#ACTION_SWITCH_BUFFER_SIZE:
43 Field 'ACTION_SWITCH_BUFFER_SIZE' is missing @BroadcastBehavior
Dmodule-lib-lint-baseline.txt42 BroadcastBehavior: android.bluetooth.BluetoothDevice#ACTION_SWITCH_BUFFER_SIZE:
43 Field 'ACTION_SWITCH_BUFFER_SIZE' is missing @BroadcastBehavior
Dsystem-current.txt291 …st.permission.BLUETOOTH_PRIVILEGED}) public static final String ACTION_SWITCH_BUFFER_SIZE = "andro…
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothDevice.java287 public static final String ACTION_SWITCH_BUFFER_SIZE = field in BluetoothDevice
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAdapterService.java1369 Intent switchBufferSizeIntent = new Intent(BluetoothDevice.ACTION_SWITCH_BUFFER_SIZE); in switchBufferSizeCallback()