Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/
DBassClientService.java334 mCallbacks.notifySourceLost(oldBroadcastId); in updatePeriodicAdvertisementResultMap()
1933 mCallbacks.notifySourceLost(broadcastId); in onSyncLost()
3556 void notifySourceLost(int broadcastId) { in notifySourceLost() method in BassClientService.Callbacks
DBassClientStateMachine.java1275 mService.getCallbacks().notifySourceLost(broadcastId); in onSyncLost()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/bass_client/
DBassClientStateMachineTest.java2272 verify(callbacks).notifySourceLost(broadcastId); in periodicAdvertisingCallbackOnSyncLost_notifySourceLost()