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

/frameworks/base/core/java/android/server/
H A DBluetoothBondState.java78 private final BluetoothInputProfileHandler mBluetoothInputProfileHandler; field in class:BluetoothBondState
87 mBluetoothInputProfileHandler =
454 mBluetoothInputProfileHandler.setInitialInputDevicePriority(remoteDevice, state);
H A DBluetoothService.java169 private BluetoothInputProfileHandler mBluetoothInputProfileHandler; field in class:BluetoothService
242 mBluetoothInputProfileHandler = BluetoothInputProfileHandler.getInstance(mContext, this);
2113 synchronized (mBluetoothInputProfileHandler) {
2114 return mBluetoothInputProfileHandler.connectInputDevice(device, state);
2119 synchronized (mBluetoothInputProfileHandler) {
2120 return mBluetoothInputProfileHandler.connectInputDeviceInternal(device);
2128 synchronized (mBluetoothInputProfileHandler) {
2129 return mBluetoothInputProfileHandler.disconnectInputDevice(device, state);
2134 synchronized (mBluetoothInputProfileHandler) {
2135 return mBluetoothInputProfileHandler
[all...]

Completed in 166 milliseconds