Searched refs:connectVolumeControl (Results 1 – 4 of 4) sorted by relevance
341 doReturn(true).when(mNativeInterface).connectVolumeControl(any(BluetoothDevice.class)); in testOutgoingConnectMissingVolumeControlUuid()360 doReturn(true).when(mNativeInterface).connectVolumeControl(any(BluetoothDevice.class)); in testOutgoingConnectDisconnectExistingVolumeControlUuid()395 doReturn(true).when(mNativeInterface).connectVolumeControl(any(BluetoothDevice.class)); in testOutgoingConnectPolicyForbidden()414 doReturn(true).when(mNativeInterface).connectVolumeControl(any(BluetoothDevice.class)); in testOutgoingConnectTimeout()450 doReturn(true).when(mNativeInterface).connectVolumeControl(any(BluetoothDevice.class)); in testCreateStateMachineStackEvents()508 doReturn(true).when(mNativeInterface).connectVolumeControl(any(BluetoothDevice.class)); in testDeleteStateMachineDisconnectEvents()813 doReturn(true).when(mNativeInterface).connectVolumeControl(any(BluetoothDevice.class)); in testLateConnectingDevice()852 doReturn(true).when(mNativeInterface).connectVolumeControl(any(BluetoothDevice.class)); in testLateDiscoveredGroupMember()896 doReturn(true).when(mNativeInterface).connectVolumeControl(any(BluetoothDevice.class)); in testMuteLateConnectingDevice()945 doReturn(true).when(mNativeInterface).connectVolumeControl(any(BluetoothDevice.class)); in testMuteLateDiscoveredGroupMember()[all …]
194 .connectVolumeControl(any(BluetoothDevice.class)); in testOutgoingTimeout()238 .connectVolumeControl(any(BluetoothDevice.class)); in testIncomingTimeout()286 .connectVolumeControl(any(BluetoothDevice.class)); in testStatesChangesWithMessages()
85 public boolean connectVolumeControl(BluetoothDevice device) { in connectVolumeControl() method in VolumeControlNativeInterface
148 if (!mNativeInterface.connectVolumeControl(mDevice)) { in processMessage()