Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerStateMachine.java385 if (scope != AvrcpControllerService.BROWSE_SCOPE_NOW_PLAYING in notifyChanged()
386 || (scope == AvrcpControllerService.BROWSE_SCOPE_NOW_PLAYING && isActive())) { in notifyChanged()
863 || scope == AvrcpControllerService.BROWSE_SCOPE_NOW_PLAYING) { in enter()
1078 case AvrcpControllerService.BROWSE_SCOPE_NOW_PLAYING: in fetchContents()
DBrowseTree.java121 mNowPlayingNode.mBrowseScope = AvrcpControllerService.BROWSE_SCOPE_NOW_PLAYING; in BrowseTree()
229 if (this.mBrowseScope == AvrcpControllerService.BROWSE_SCOPE_NOW_PLAYING) { in addChild()
DBluetoothMediaBrowserService.java285 if (node.getScope() == AvrcpControllerService.BROWSE_SCOPE_NOW_PLAYING) { in notifyChanged()
DAvrcpControllerService.java70 public static final byte BROWSE_SCOPE_NOW_PLAYING = 0x03; field in AvrcpControllerService
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/avrcpcontroller/
DBrowseNodeTest.java113 .isEqualTo(AvrcpControllerService.BROWSE_SCOPE_NOW_PLAYING); in addChild_withImageUuid_toNowPlayingNode()