Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerServiceTest.java336 verify(mStateMachine).nowPlayingContentChanged(); in handleNowPlayingContentChanged()
DAvrcpControllerStateMachineTest.java1056 mAvrcpStateMachine.nowPlayingContentChanged(); in testNowPlaying()
1764 mAvrcpStateMachine.nowPlayingContentChanged(); in testNowPlayingListChangedWhileFetchingNowPlayingList_fetchAbortedAndRestarted()
1824 mAvrcpStateMachine.nowPlayingContentChanged(); in testNowPlayingListChangedQueuedFetchingNowPlayingList_fetchAbortedAndRestarted()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerService.java683 stateMachine.nowPlayingContentChanged(); in handleNowPlayingContentChanged()
DAvrcpControllerStateMachine.java406 void nowPlayingContentChanged() { in nowPlayingContentChanged() method in AvrcpControllerStateMachine