Searched refs:playerName (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/avrcpcontroller/ |
D | AvrcpControllerStateMachineTest.java | 483 final String playerName = "Player 1"; in testBrowsingCommands() local 499 AvrcpPlayer playerOne = new AvrcpPlayer(mTestDevice, 1, playerName, playerFeatures, 1, 1); in testBrowsingCommands() 514 Assert.assertEquals("MediaItem{mFlags=1, mDescription=" + playerName + ", null, null}", in testBrowsingCommands() 708 final String playerName = "Player 1"; in testPlayWhileBrowsing() local 862 final String playerName = "Player 1"; in testActiveDeviceManagement() local
|
/packages/apps/Bluetooth/jni/ |
D | com_android_bluetooth_avrcp_controller.cpp | 570 ScopedLocalRef<jstring> playerName( in btavrcp_get_folder_items_callback() local 573 if (!playerName.get()) { in btavrcp_get_folder_items_callback() 581 id, playerName.get(), featureBitArray.get(), playStatus, in btavrcp_get_folder_items_callback()
|