Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
H A DBrowseTree.java130 byte mBrowseScope = AvrcpControllerService.BROWSE_SCOPE_VFS;
398 dummyNode.mBrowseScope = AvrcpControllerService.BROWSE_SCOPE_VFS; in setCurrentBrowsedPlayer()
H A DAvrcpControllerStateMachine.java964 || (currentScope == AvrcpControllerService.BROWSE_SCOPE_VFS in shouldAbort()
987 case AvrcpControllerService.BROWSE_SCOPE_VFS: in fetchContents()
H A DAvrcpControllerService.java70 public static final byte BROWSE_SCOPE_VFS = 0x01; field in AvrcpControllerService