Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/
DBrowseTree.java158 byte mBrowseScope = AvrcpControllerService.BROWSE_SCOPE_VFS;
431 dummyNode.mBrowseScope = AvrcpControllerService.BROWSE_SCOPE_VFS; in setCurrentBrowsedPlayer()
DAvrcpControllerStateMachine.java1048 || (currentScope == AvrcpControllerService.BROWSE_SCOPE_VFS in shouldAbort()
1081 case AvrcpControllerService.BROWSE_SCOPE_VFS: in fetchContents()
DAvrcpControllerService.java68 public static final byte BROWSE_SCOPE_VFS = 0x01; field in AvrcpControllerService