Searched refs:mInputDevice (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/server/
H A DBluetoothService.java93 private BluetoothInputDevice mInputDevice; field in class:BluetoothService
1813 if (mInputDevice != null) {
1814 List<BluetoothDevice> deviceList = mInputDevice.getConnectedDevices();
1821 pw.println("Priority of Connected device = " + mInputDevice.getPriority(device));
1823 switch (mInputDevice.getConnectionState(device)) {
1836 deviceList = mInputDevice.getDevicesMatchingConnectionStates(new int[] {
1955 mInputDevice = (BluetoothInputDevice) proxy;
1964 mInputDevice = null;

Completed in 30 milliseconds