Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
DBluetoothMapbMessageTest.java280 …BluetoothMapbMessage newMsg = BluetoothMapbMessage.parse(is, BluetoothMapAppParams.CHARSET_NATIVE); in testSmsEncodeDecodeNativeSubmitPdu()
341 …BluetoothMapbMessage newMsg = BluetoothMapbMessage.parse(is, BluetoothMapAppParams.CHARSET_NATIVE); in testSmsEncodeDecodeNativeSubmitPduWithSc()
424 …BluetoothMapbMessage newMsg = BluetoothMapbMessage.parse(is, BluetoothMapAppParams.CHARSET_NATIVE); in testSmsMultipartDecode()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapbMessageSms.java49 if(mAppParamCharset == BluetoothMapAppParams.CHARSET_NATIVE) { in parseMsgPart()
DBluetoothMapbMessage.java587 if(appParamCharset == BluetoothMapAppParams.CHARSET_NATIVE in parse()
DBluetoothMapAppParams.java121 public static final int CHARSET_NATIVE = 0; field in BluetoothMapAppParams