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;
59 if (BluetoothProfile.STATE_CONNECTED == mInputProxy.getConnectionState(mTarget)) {
73mInputProxy.setConnectionPolicy(mTarget, BluetoothProfile.CONNECTION_POLICY_ALLOWED);
78 private BluetoothHidHost mInputProxy; field in BluetoothInputDeviceConnector
135 if (mInputProxy != null) { in closeInputProfileProxy()
138 adapter.closeProfileProxy(BluetoothProfile.HID_HOST, mInputProxy); in closeInputProfileProxy()
139 mInputProxy = null; in closeInputProfileProxy()