Searched refs:CharsetType (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mapclient/obex/ |
D | RequestPushMessage.java | 20 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()
|
D | RequestGetMessage.java | 46 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/ |
D | MasClient.java | 210 public enum CharsetType { enum in MasClient
|
D | MceStateMachine.java | 712 (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/ |
D | RequestTest.java | 102 new RequestGetMessage(HANDLE, MasClient.CharsetType.UTF_8, /*attachment*/ false); in testRequestGetMessage()
|