Searched refs:CHARSET_NATIVE (Results 1 – 4 of 4) sorted by relevance
280 …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()
49 if(mAppParamCharset == BluetoothMapAppParams.CHARSET_NATIVE) { in parseMsgPart()
587 if(appParamCharset == BluetoothMapAppParams.CHARSET_NATIVE in parse()
121 public static final int CHARSET_NATIVE = 0; field in BluetoothMapAppParams