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

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

Completed in 84 milliseconds