Searched defs:handleInputDeviceStateChange (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/server/
H A DBluetoothInputProfileHandler.java84 handleInputDeviceStateChange(device, BluetoothInputDevice.STATE_CONNECTING);
86 handleInputDeviceStateChange(device, BluetoothInputDevice.STATE_DISCONNECTED);
111 handleInputDeviceStateChange(device, BluetoothInputDevice.STATE_DISCONNECTING);
113 handleInputDeviceStateChange(device, BluetoothInputDevice.STATE_CONNECTED);
167 private void handleInputDeviceStateChange(BluetoothDevice device, int state) { method in class:BluetoothInputProfileHandler
204 handleInputDeviceStateChange(device, state);

Completed in 55 milliseconds