Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapConvoListingElement.java223 return BluetoothMapUtils.truncateUtf8StringToString(mSummary, 256); in getSummary()
DBluetoothMapUtils.java465 public static String truncateUtf8StringToString(String utf8InString, int maxBytesLength) in truncateUtf8StringToString() method in BluetoothMapUtils