Home
last modified time | relevance | path

Searched defs:nowPlayingList (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/avrcpcontroller/
H A DAvrcpControllerStateMachineTest.java299 List<AvrcpItem> nowPlayingList = new ArrayList<AvrcpItem>(); in getNowPlayingList() local
309 private void setNowPlayingList(List<AvrcpItem> nowPlayingList) { in setNowPlayingList()
887 List<AvrcpItem> nowPlayingList = new ArrayList<AvrcpItem>(); in testAddressedPlayerChangedToNewKnownPlayer() local
948 List<AvrcpItem> nowPlayingList = new ArrayList<AvrcpItem>(); in testAddressedPlayerChangedToUnknownPlayer() local
1192 List<AvrcpItem> nowPlayingList = new ArrayList<AvrcpItem>(); in testBecomeActive() local
1348 List<AvrcpItem> nowPlayingList = new ArrayList<AvrcpItem>(); in testNowPlayingListChangeWhileNotActiveDevice() local
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
H A DAvrcpTargetService.java396 List<Metadata> nowPlayingList = mMediaPlayerList.getNowPlayingList(); in getNowPlayingList() local