Home
last modified time | relevance | path

Searched refs:CHARSET_UTF8 (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
DBluetoothMasRequestPushMessage.java50 oap.add(OAP_TAGID_CHARSET, charset == CharsetType.NATIVE ? CHARSET_NATIVE : CHARSET_UTF8); in BluetoothMasRequestPushMessage()
DBluetoothMasRequestGetMessage.java51 oap.add(OAP_TAGID_CHARSET, CharsetType.UTF_8.equals(charset) ? CHARSET_UTF8 in BluetoothMasRequestGetMessage()
DBluetoothMasRequest.java62 protected static byte CHARSET_UTF8 = 0x01; field in BluetoothMasRequest