Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapbMessageSms.java103 int trailingLF = 0; in encode() local
104 while ((tmpBody.charAt(tmpBody.length() - trailingLF - 1)) == '\n') trailingLF++; in encode()
105 tmpBody = tmpBody.substring(0, (tmpBody.length() - trailingLF)); in encode()