Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/vc/
DVolumeControlServiceTest.java341 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 …]
DVolumeControlStateMachineTest.java194 .connectVolumeControl(any(BluetoothDevice.class)); in testOutgoingTimeout()
238 .connectVolumeControl(any(BluetoothDevice.class)); in testIncomingTimeout()
286 .connectVolumeControl(any(BluetoothDevice.class)); in testStatesChangesWithMessages()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/vc/
DVolumeControlNativeInterface.java85 public boolean connectVolumeControl(BluetoothDevice device) { in connectVolumeControl() method in VolumeControlNativeInterface
DVolumeControlStateMachine.java148 if (!mNativeInterface.connectVolumeControl(mDevice)) { in processMessage()