Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/obex/
DRequestPushMessage.java51 oap.add(OAP_TAGID_CHARSET, charset == CharsetType.NATIVE ? CHARSET_NATIVE : CHARSET_UTF8); in RequestPushMessage()
DRequestGetMessage.java56 : CHARSET_NATIVE); in RequestGetMessage()
DRequest.java62 protected static byte CHARSET_NATIVE = 0x00; field in Request
/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.java120 public static final int CHARSET_NATIVE = 0; field in BluetoothMapAppParams