Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hap/
DHapClientNativeInterface.java38 boolean connectHapClient(BluetoothDevice device) { in connectHapClient() method in HapClientNativeInterface
DHapClientStateMachine.java211 if (!mNativeInterface.connectHapClient(mDevice)) { in processMessage()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hap/
DHapClientStateMachineTest.java86 doReturn(true).when(mNativeInterface).connectHapClient(any()); in setUp()
DHapClientServiceTest.java133 doReturn(true).when(mNativeInterface).connectHapClient(any(BluetoothDevice.class)); in setUp()