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.java52 oap.add(OAP_TAGID_CHARSET, charset == CharsetType.NATIVE ? CHARSET_NATIVE : CHARSET_UTF8); in RequestPushMessage()
DRequestGetMessage.java54 MasClient.CharsetType.UTF_8.equals(charset) ? CHARSET_UTF8 : CHARSET_NATIVE); in RequestGetMessage()
DRequest.java62 protected static final byte CHARSET_NATIVE = 0x00; field in Request
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapbMessageSms.java51 if (mAppParamCharset == BluetoothMapAppParams.CHARSET_NATIVE) { in parseMsgPart()
DBluetoothMapbMessage.java599 if (appParamCharset == BluetoothMapAppParams.CHARSET_NATIVE in parse()
DBluetoothMapAppParams.java120 public static final int CHARSET_NATIVE = 0; field in BluetoothMapAppParams