Home
last modified time | relevance | path

Searched refs:CharsetType (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mapclient/obex/
DRequestPushMessage.java20 import com.android.bluetooth.mapclient.MasClient.CharsetType;
46 String folder, Bmessage msg, CharsetType charset, boolean transparent, boolean retry) { in RequestPushMessage()
52 oap.add(OAP_TAGID_CHARSET, charset == CharsetType.NATIVE ? CHARSET_NATIVE : CHARSET_UTF8); in RequestPushMessage()
DRequestGetMessage.java46 RequestGetMessage(String handle, MasClient.CharsetType charset, boolean attachment) { in RequestGetMessage()
56 MasClient.CharsetType.UTF_8.equals(charset) ? CHARSET_UTF8 : CHARSET_NATIVE); in RequestGetMessage()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mapclient/
DMasClient.java210 public enum CharsetType { enum in MasClient
DMceStateMachine.java712 (String) message.obj, MasClient.CharsetType.UTF_8, false)); in processMessage()
878 event.getHandle(), MasClient.CharsetType.UTF_8, false)); in processNotification()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mapclient/
DRequestTest.java102 new RequestGetMessage(HANDLE, MasClient.CharsetType.UTF_8, /*attachment*/ false); in testRequestGetMessage()