Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerStateMachine.java877 && fetchScope == AvrcpControllerService.BROWSE_SCOPE_PLAYER_LIST)) { in shouldAbort()
891 case AvrcpControllerService.BROWSE_SCOPE_PLAYER_LIST: in fetchContents()
DBrowseTree.java81 mRootNode.mBrowseScope = AvrcpControllerService.BROWSE_SCOPE_PLAYER_LIST; in BrowseTree()
DAvrcpControllerService.java63 public static final byte BROWSE_SCOPE_PLAYER_LIST = 0x00; field in AvrcpControllerService