Home
last modified time | relevance | path

Searched refs:notifySourceRemoveFailed (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/
DBassClientService.java2654 mCallbacks.notifySourceRemoveFailed( in removeSource()
2660 mCallbacks.notifySourceRemoveFailed( in removeSource()
2668 mCallbacks.notifySourceRemoveFailed( in removeSource()
3507 void notifySourceRemoveFailed(BluetoothDevice sink, int sourceId, int reason) { in notifySourceRemoveFailed() method in BassClientService.Callbacks
DBassClientStateMachine.java2102 .notifySourceRemoveFailed( in processMessage()
2189 .notifySourceRemoveFailed(mDevice, mPendingSourceId, status); in sendPendingCallbacks()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/bass_client/
DBassClientStateMachineTest.java1746 verify(callbacks).notifySourceRemoveFailed(any(), anyInt(), anyInt()); in sendRemoveBcastSourceMessage_inConnectedState()
1887 verify(callbacks).notifySourceRemoveFailed(any(), anyInt(), anyInt()); in sendGattTxnProcessedMessage_inConnectedProcessingState()