Home
last modified time | relevance | path

Searched refs:attrVals (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerNativeInterfaceTest.java39 String[] attrVals = new String[] {"test_title"}; in createFromNativeMediaItem() local
48 attrVals); in createFromNativeMediaItem()
55 assertThat(item.getTitle()).isEqualTo(attrVals[0]); in createFromNativeMediaItem()
DAvrcpControllerServiceTest.java404 String[] attrVals = new String[0]; in onTrackChanged() local
406 mService.onTrackChanged(mRemoteDevice, numAttrs, attrs, attrVals); in onTrackChanged()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerNativeInterface.java226 byte[] address, long uid, int type, String name, int[] attrIds, String[] attrVals) { in createFromNativeMediaItem() argument
236 + (" attrVals=" + Arrays.toString(attrVals))); in createFromNativeMediaItem()
239 .fromAvrcpAttributeArray(attrIds, attrVals) in createFromNativeMediaItem()