Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
DBrowseTree.java127 byte mBrowseScope = AvrcpControllerService.BROWSE_SCOPE_VFS;
395 dummyNode.mBrowseScope = AvrcpControllerService.BROWSE_SCOPE_VFS; in setCurrentBrowsedPlayer()
DAvrcpControllerStateMachine.java876 || (currentScope == AvrcpControllerService.BROWSE_SCOPE_VFS in shouldAbort()
899 case AvrcpControllerService.BROWSE_SCOPE_VFS: in fetchContents()
DAvrcpControllerService.java64 public static final byte BROWSE_SCOPE_VFS = 0x01; field in AvrcpControllerService