Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerStateMachineTest.java310 mAvrcpStateMachine.requestContents(nowPlaying); in setNowPlayingList()
673 mAvrcpStateMachine.requestContents(results); in testBrowsingCommands()
695 mAvrcpStateMachine.requestContents(playerOneNode); in testBrowsingCommands()
847 mAvrcpStateMachine.requestContents(results); in testAddressedPlayerChangedToNewKnownPlayer()
907 mAvrcpStateMachine.requestContents(rootNode); in testAddressedPlayerChangedToUnknownPlayer()
961 mAvrcpStateMachine.requestContents(rootNode); in testAddressedPlayerChangedToSamePlayerId()
1015 mAvrcpStateMachine.requestContents(results); in testPlayWhileBrowsing()
1694 mAvrcpStateMachine.requestContents(nowPlaying); in testNowPlayingListChangedWhileFetchingNowPlayingList_fetchAbortedAndRestarted()
1761 mAvrcpStateMachine.requestContents(nowPlaying); in testNowPlayingListChangedQueuedFetchingNowPlayingList_fetchAbortedAndRestarted()
1821 mAvrcpStateMachine.requestContents(nowPlaying); in testAddressedPlayerChangedWhileFetchingNowPlayingList_fetchAbortedAndRestarted()
[all …]
DAvrcpControllerServiceTest.java177 verify(mStateMachine).requestContents(node); in refreshContents()
261 verify(mStateMachine).requestContents(eq(node)); in getContentsNodeNotCached_returnDownloadPendingStatus()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerStateMachine.java300 requestContents(mBrowseTree.mRootNode); in onBrowsingConnected()
400 void requestContents(BrowseTree.BrowseNode node) { in requestContents() method in AvrcpControllerStateMachine
411 requestContents(mBrowseTree.mNowPlayingNode); in nowPlayingContentChanged()
695 requestContents(mBrowseTree.mNowPlayingNode); in processMessage()
838 requestContents(mBrowseTree.mRootNode); in processAvailablePlayerChanged()
987 requestContents(mBrowseTree.mNowPlayingNode); in processMessage()
DAvrcpControllerService.java273 stateMachine.requestContents(node); in refreshContents()