HomeSort by relevance Sort by last modified time
    Searched refs:getInputDeviceConnectionState (Results 1 - 6 of 6) sorted by null

  /frameworks/base/core/java/android/server/
BluetoothInputProfileHandler.java 68 getInputDeviceConnectionState(device) != BluetoothInputDevice.STATE_DISCONNECTED ||
96 getInputDeviceConnectionState(device) == BluetoothInputDevice.STATE_DISCONNECTED) {
119 int getInputDeviceConnectionState(BluetoothDevice device) {
156 int inputDeviceState = getInputDeviceConnectionState(device);
BluetoothEventLoop.java     [all...]
BluetoothService.java     [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothInputDevice.java 243 return mService.getInputDeviceConnectionState(device);
IBluetooth.aidl 101 int getInputDeviceConnectionState(in BluetoothDevice device);
BluetoothDeviceProfileState.java 357 } else if (mService.getInputDeviceConnectionState(mDevice) !=
    [all...]

Completed in 802 milliseconds