OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:truncateUtf8StringToBytearray
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapConvoListingElement.java
214
return new String(BluetoothMapUtils.
truncateUtf8StringToBytearray
(mSummary, 256),
BluetoothMapUtils.java
394
static public byte[]
truncateUtf8StringToBytearray
(String utf8String, int maxLength)
402
Log.e(TAG,"
truncateUtf8StringToBytearray
: getBytes exception ", e);
BluetoothMapObexServer.java
[
all
...]
Completed in 1837 milliseconds