Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapConvoListingElement.java229 return new String(BluetoothMapUtils.truncateUtf8StringToBytearray(mSummary, 256), in getSummary()
DBluetoothMapUtils.java422 public static byte[] truncateUtf8StringToBytearray(String utf8String, int maxLength) in truncateUtf8StringToBytearray() method in BluetoothMapUtils
DBluetoothMapObexServer.java1652 outBytes = BluetoothMapUtils.truncateUtf8StringToBytearray(outString, in sendMASInstanceInformationRsp()