Searched refs:CharsetType (Results 1 – 4 of 4) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/obex/ |
D | RequestPushMessage.java | 19 import com.android.bluetooth.mapclient.MasClient.CharsetType; 45 RequestPushMessage(String folder, Bmessage msg, CharsetType charset, boolean transparent, in RequestPushMessage() 52 oap.add(OAP_TAGID_CHARSET, charset == CharsetType.NATIVE ? CHARSET_NATIVE : CHARSET_UTF8); in RequestPushMessage()
|
D | RequestGetMessage.java | 45 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/ |
D | MasClient.java | 204 public enum CharsetType { enum in MasClient
|
D | MceStateMachine.java | 564 new RequestGetMessage((String) message.obj, MasClient.CharsetType.UTF_8, in processMessage() 680 MasClient.CharsetType.UTF_8, false)); in processNotification()
|