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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapConvoListingElement.java214 return new String(BluetoothMapUtils.truncateUtf8StringToBytearray(mSummary, 256),
H A DBluetoothMapUtils.java394 static public byte[] truncateUtf8StringToBytearray(String utf8String, int maxLength) method in class:BluetoothMapUtils
402 Log.e(TAG,"truncateUtf8StringToBytearray: getBytes exception ", e);
H A DBluetoothMapObexServer.java1429 outBytes = BluetoothMapUtils.truncateUtf8StringToBytearray(outString,

Completed in 513 milliseconds