Searched refs:disconnectLeAudio (Results 1 – 4 of 4) sorted by relevance
174 mNativeInterface.disconnectLeAudio(mDevice); in processMessage()210 mNativeInterface.disconnectLeAudio(mDevice); in processConnectionEvent()221 mNativeInterface.disconnectLeAudio(mDevice); in processConnectionEvent()274 mNativeInterface.disconnectLeAudio(mDevice); in processMessage()284 mNativeInterface.disconnectLeAudio(mDevice); in processMessage()372 mNativeInterface.disconnectLeAudio(mDevice); in processMessage()419 mNativeInterface.disconnectLeAudio(mDevice); in processConnectionEvent()429 mNativeInterface.disconnectLeAudio(mDevice); in processConnectionEvent()479 if (!mNativeInterface.disconnectLeAudio(mDevice)) { in processMessage()
291 public boolean disconnectLeAudio(BluetoothDevice device) { in disconnectLeAudio() method in LeAudioNativeInterface
181 doReturn(true).when(mLeAudioNativeInterface).disconnectLeAudio(any(BluetoothDevice.class)); in testOutgoingTimeout()210 doReturn(true).when(mLeAudioNativeInterface).disconnectLeAudio(any(BluetoothDevice.class)); in testIncomingTimeout()
508 doReturn(true).when(mNativeInterface).disconnectLeAudio(any(BluetoothDevice.class)); in testOutgoingConnectMissingLeAudioUuid()523 doReturn(true).when(mNativeInterface).disconnectLeAudio(any(BluetoothDevice.class)); in testOutgoingConnectPriorityOff()544 doReturn(true).when(mNativeInterface).disconnectLeAudio(any(BluetoothDevice.class)); in testOutgoingConnectTimeout()626 doReturn(true).when(mNativeInterface).disconnectLeAudio(any(BluetoothDevice.class)); in testAudioManagerConnectDisconnect()756 doReturn(true).when(mNativeInterface).disconnectLeAudio(any(BluetoothDevice.class)); in testCreateStateMachineStackEvents()834 doReturn(true).when(mNativeInterface).disconnectLeAudio(any(BluetoothDevice.class)); in testDeleteStateMachineUnbondEvents()911 doReturn(true).when(mNativeInterface).disconnectLeAudio(any(BluetoothDevice.class)); in testAuthorizationInfoRemovedFromTbsMcsOnUnbondEvents()1050 doReturn(true).when(mNativeInterface).disconnectLeAudio(any(BluetoothDevice.class)); in testDeleteStateMachineDisconnectEvents()1106 doReturn(true).when(mNativeInterface).disconnectLeAudio(device); in connectDevice()1192 doReturn(true).when(mNativeInterface).disconnectLeAudio(any(BluetoothDevice.class)); in testSetConnectionPolicy()[all …]