Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/
DBrowseTree.java103 mRootNode.mBrowseScope = AvrcpControllerService.BROWSE_SCOPE_PLAYER_LIST; in BrowseTree()
121 mNowPlayingNode.mBrowseScope = AvrcpControllerService.BROWSE_SCOPE_NOW_PLAYING; in BrowseTree()
158 byte mBrowseScope = AvrcpControllerService.BROWSE_SCOPE_VFS; field in BrowseTree.BrowseNode
229 if (this.mBrowseScope == AvrcpControllerService.BROWSE_SCOPE_NOW_PLAYING) { in addChild()
230 node.mBrowseScope = this.mBrowseScope; in addChild()
329 return mBrowseScope; in getScope()
431 dummyNode.mBrowseScope = AvrcpControllerService.BROWSE_SCOPE_VFS; in setCurrentBrowsedPlayer()