Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
DBluetoothInputDeviceConnector.java57 mInputProxy = (BluetoothHidHost) proxy;
65 mInputProxy.connect(mTarget);
70 mInputProxy.setPriority(mTarget, BluetoothProfile.PRIORITY_AUTO_CONNECT);
75 private BluetoothHidHost mInputProxy; field in BluetoothInputDeviceConnector
132 if (mInputProxy != null) { in closeInputProfileProxy()
135 adapter.closeProfileProxy(BluetoothProfile.HID_HOST, mInputProxy); in closeInputProfileProxy()
136 mInputProxy = null; in closeInputProfileProxy()