Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerStateMachineTest.java491 mAvrcpStateMachine.requestContents(results); in testBrowsingCommands()
506 mAvrcpStateMachine.requestContents(results); in testBrowsingCommands()
520 mAvrcpStateMachine.requestContents(playerOneNode); in testBrowsingCommands()
562 mAvrcpStateMachine.requestContents(nowPlaying); in setNowPlayingList()
603 mAvrcpStateMachine.requestContents(results); in testPlayerChanged()
656 mAvrcpStateMachine.requestContents(rootNode); in testPlayerChangedToUnknownPlayer()
716 mAvrcpStateMachine.requestContents(results); in testPlayWhileBrowsing()
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerService.java187 stateMachine.requestContents(node); in refreshContents()
DAvrcpControllerStateMachine.java391 void requestContents(BrowseTree.BrowseNode node) { in requestContents() method in AvrcpControllerStateMachine