Home
last modified time | relevance | path

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

/cts/tests/tests/bluetooth/src/android/bluetooth/cts/
DBluetoothHidDeviceTest.java79 private BluetoothHidDevice mBluetoothHidDevice; field in BluetoothHidDeviceTest
103 mBluetoothHidDevice = null; in setUp()
114 if (mAdapter != null && mBluetoothHidDevice != null) { in tearDown()
115 mAdapter.closeProfileProxy(BluetoothProfile.HID_DEVICE, mBluetoothHidDevice); in tearDown()
116 mBluetoothHidDevice = null; in tearDown()
127 assertNotNull(mBluetoothHidDevice); in closeProfileProxy()
130 mAdapter.closeProfileProxy(BluetoothProfile.HID_DEVICE, mBluetoothHidDevice); in closeProfileProxy()
139 assertNotNull(mBluetoothHidDevice); in getDevicesMatchingConnectionStates()
142 mBluetoothHidDevice.getDevicesMatchingConnectionStates( in getDevicesMatchingConnectionStates()
149 mBluetoothHidDevice.getDevicesMatchingConnectionStates(null); in getDevicesMatchingConnectionStates()
[all …]
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DHidDeviceActivity.java53 private BluetoothHidDevice mBluetoothHidDevice; field in HidDeviceActivity
68 mBluetoothHidDevice = (BluetoothHidDevice) proxy;
74 mBluetoothHidDevice = null;
191 return mBluetoothHidDevice != null in register()
192 && mBluetoothHidDevice.registerApp(mSdpSettings, null, mOutQos, mExecutor, in register()
206 return mBluetoothHidDevice != null && mBluetoothHidDevice.unregisterApp(); in unregister()
211 if (mBluetoothHidDevice == null) { in getConnectedDevice()
216 List<BluetoothDevice> connectedDevices = mBluetoothHidDevice.getConnectedDevices(); in getConnectedDevice()
225 if (mBluetoothHidDevice == null) { in testSendReport()
231 if (mBluetoothHidDevice.getConnectedDevices().size() == 0) { in testSendReport()
[all …]