Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/a2dpsink/
DA2dpSinkStateMachineTest.java160 verify(mNativeInterface).disconnectA2dpSink(mDevice); in testForbiddenIncomingConnectionInDisconnected()
284 verify(mNativeInterface).disconnectA2dpSink(mDevice); in testDisconnectInConnecting_disconnectDeferredAndProcessed()
310 verify(mNativeInterface).disconnectA2dpSink(mDevice); in testDisconnectInConnected()
DA2dpSinkServiceTest.java431 verify(mNativeInterface).disconnectA2dpSink(eq(mDevice1)); in testSetConnectionPolicyDeviceForbiddenWhileConnected()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dpsink/
DA2dpSinkStateMachine.java193 mNativeInterface.disconnectA2dpSink(mDevice); in processStackEvent()
281 mNativeInterface.disconnectA2dpSink(mDevice); in processMessage()
DA2dpSinkNativeInterface.java107 public boolean disconnectA2dpSink(BluetoothDevice device) { in disconnectA2dpSink() method in A2dpSinkNativeInterface