Home
last modified time | relevance | path

Searched refs:playerName (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerStateMachineTest.java483 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/
Dcom_android_bluetooth_avrcp_controller.cpp570 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()