Home
last modified time | relevance | path

Searched refs:MasClient (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/
DMasClient.java41 public class MasClient { class
88 public MasClient(BluetoothDevice remoteDevice, StateMachine callback, in MasClient() method in MasClient
213 WeakReference<MasClient> mInst;
215 MasClientHandler(Looper looper, MasClient inst) { in MasClientHandler()
222 MasClient inst = mInst.get(); in handleMessage()
DMceStateMachine.java134 private MasClient mMasClient;
189 MceStateMachine(MapClientService service, BluetoothDevice device, MasClient masClient) { in MceStateMachine()
475 mMasClient = new MasClient(mDevice, MceStateMachine.this, record); in processMessage()
564 new RequestGetMessage((String) message.obj, MasClient.CharsetType.UTF_8, in processMessage()
680 MasClient.CharsetType.UTF_8, false)); in processNotification()
DMnsService.java72 MasClient.MAP_SUPPORTED_FEATURES); in MnsService()
/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/obex/
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()
DRequestPushMessage.java19 import com.android.bluetooth.mapclient.MasClient.CharsetType;
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/mapclient/
DMapClientStateMachineTest.java96 private MasClient mMockMasClient;