Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/
DBassClientService.java2578 mCallbacks.notifySourceModifyFailed( in modifySource()
2597 mCallbacks.notifySourceModifyFailed(device, sourceId, statusCode); in modifySource()
3082 mCallbacks.notifySourceModifyFailed(sink, sourceId, statusCode); in resumeReceiversSourceSynchronization()
3482 void notifySourceModifyFailed(BluetoothDevice sink, int sourceId, int reason) { in notifySourceModifyFailed() method in BassClientService.Callbacks
DBassClientStateMachine.java2042 .notifySourceModifyFailed( in processMessage()
2178 .notifySourceModifyFailed(mDevice, mPendingSourceId, status); in sendPendingCallbacks()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/bass_client/
DBassClientStateMachineTest.java1513 verify(callbacks).notifySourceModifyFailed(any(), anyInt(), anyInt()); in sendUpdateBcastSourceMessage_inConnectedState()
1879 verify(callbacks).notifySourceModifyFailed(any(), anyInt(), anyInt()); in sendGattTxnProcessedMessage_inConnectedProcessingState()