Home
last modified time | relevance | path

Searched refs:ACTION_ACL_DISCONNECT_REQUESTED (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/framework/api/
Dlint-baseline.txt16 BroadcastBehavior: android.bluetooth.BluetoothDevice#ACTION_ACL_DISCONNECT_REQUESTED:
17 Field 'ACTION_ACL_DISCONNECT_REQUESTED' is missing @BroadcastBehavior
Dmodule-lib-lint-baseline.txt18 BroadcastBehavior: android.bluetooth.BluetoothDevice#ACTION_ACL_DISCONNECT_REQUESTED:
19 Field 'ACTION_ACL_DISCONNECT_REQUESTED' is missing @BroadcastBehavior
Dsystem-lint-baseline.txt18 BroadcastBehavior: android.bluetooth.BluetoothDevice#ACTION_ACL_DISCONNECT_REQUESTED:
19 Field 'ACTION_ACL_DISCONNECT_REQUESTED' is missing @BroadcastBehavior
Dcurrent.txt550 …est.permission.BLUETOOTH_CONNECT) public static final String ACTION_ACL_DISCONNECT_REQUESTED = "an…
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
DBluetoothDevicesService.java161 case BluetoothDevice.ACTION_ACL_DISCONNECT_REQUESTED:
181 filter.addAction(BluetoothDevice.ACTION_ACL_DISCONNECT_REQUESTED); in onCreate()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothDevice.java191 public static final String ACTION_ACL_DISCONNECT_REQUESTED = field in BluetoothDevice