Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
H A DHidHostService.java125 int inputDeviceState = getConnectionState(device); in cleanup() local
126 if (inputDeviceState != BluetoothProfile.STATE_DISCONNECTED) { in cleanup()
575 int inputDeviceState = getConnectionState(device); in getDevicesMatchingConnectionStates() local
577 if (state == inputDeviceState) { in getDevicesMatchingConnectionStates()