Searched refs:CHARSET_NATIVE (Results 1 – 4 of 4) sorted by relevance
266 …BluetoothMapbMessage newMsg = BluetoothMapbMessage.parse(is, BluetoothMapAppParams.CHARSET_NATIVE); in testSmsEncodeDecodeNativeSubmitPdu()327 …BluetoothMapbMessage newMsg = BluetoothMapbMessage.parse(is, BluetoothMapAppParams.CHARSET_NATIVE); in testSmsEncodeDecodeNativeSubmitPduWithSc()410 …BluetoothMapbMessage newMsg = BluetoothMapbMessage.parse(is, BluetoothMapAppParams.CHARSET_NATIVE); in testSmsMultipartDecode()
49 if(mAppParamCharset == BluetoothMapAppParams.CHARSET_NATIVE) { in parseMsgPart()
87 public static final int CHARSET_NATIVE = 0; field in BluetoothMapAppParams
491 if(appParamCharset == BluetoothMapAppParams.CHARSET_NATIVE in parse()