Searched refs:playerFeatures (Results 1 – 2 of 2) sorted by relevance
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/ |
D | AvrcpPlayer.java | 71 BluetoothDevice device, int id, String name, byte[] playerFeatures, int playStatus) { in AvrcpPlayer() argument 75 mPlayerFeatures = Arrays.copyOf(playerFeatures, playerFeatures.length); in AvrcpPlayer()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/avrcpcontroller/ |
D | AvrcpControllerStateMachineTest.java | 258 byte[] playerFeatures, in makePlayer() argument 264 apb.setSupportedFeatures(playerFeatures); in makePlayer() 732 byte[] playerFeatures = in testBrowsingCommands() 734 AvrcpPlayer playerOne = makePlayer(mTestDevice, 1, playerName, playerFeatures, 1); in testBrowsingCommands() 806 byte[] playerFeatures = in testAvailablePlayersReceived_AddressedPlayerExists() 808 AvrcpPlayer playerOne = makePlayer(mTestDevice, 1, "Player 1", playerFeatures, 1); in testAvailablePlayersReceived_AddressedPlayerExists() 809 AvrcpPlayer playerTwo = makePlayer(mTestDevice, 2, "Player 2", playerFeatures, 1); in testAvailablePlayersReceived_AddressedPlayerExists() 857 byte[] playerFeatures = in testAvailablePlayersReceived_AddressedPlayerDoesNotExist() 859 AvrcpPlayer playerOne = makePlayer(mTestDevice, 1, "Player 1", playerFeatures, 1); in testAvailablePlayersReceived_AddressedPlayerDoesNotExist() 860 AvrcpPlayer playerTwo = makePlayer(mTestDevice, 2, "Player 2", playerFeatures, 1); in testAvailablePlayersReceived_AddressedPlayerDoesNotExist() [all …]
|