Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/obex/
DRequestPushMessage.java19 import com.android.bluetooth.mapclient.MasClient.CharsetType;
43 RequestPushMessage(String folder, Bmessage msg, CharsetType charset, boolean transparent, in RequestPushMessage()
50 oap.add(OAP_TAGID_CHARSET, charset == CharsetType.NATIVE ? CHARSET_NATIVE : CHARSET_UTF8); in RequestPushMessage()
DRequestGetMessage.java45 RequestGetMessage(String handle, MasClient.CharsetType charset, boolean attachment) { in RequestGetMessage()
54 MasClient.CharsetType.UTF_8.equals(charset) ? CHARSET_UTF8 : CHARSET_NATIVE); in RequestGetMessage()
/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/
DMasClient.java204 public enum CharsetType { enum in MasClient
DMceStateMachine.java497 new RequestGetMessage((String) message.obj, MasClient.CharsetType.UTF_8, in processMessage()
601 MasClient.CharsetType.UTF_8, false)); in processNotification()