Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mapclient/
DMasClient.java41 public class MasClient { class
42 private static final String TAG = MasClient.class.getSimpleName();
90 public MasClient( in MasClient() method in MasClient
220 WeakReference<MasClient> mInst;
222 MasClientHandler(Looper looper, MasClient inst) { in MasClientHandler()
229 MasClient inst = mInst.get(); in handleMessage()
DMceStateMachine.java146 private MasClient mMasClient;
222 MasClient masClient, in MceStateMachine()
236 MasClient masClient, in MceStateMachine()
572 mMasClient = new MasClient(mDevice, MceStateMachine.this, record); in processMessage()
712 (String) message.obj, MasClient.CharsetType.UTF_8, false)); in processMessage()
878 event.getHandle(), MasClient.CharsetType.UTF_8, false)); in processNotification()
DMnsService.java66 MasClient.MAP_SUPPORTED_FEATURES); in MnsService()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mapclient/obex/
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()
DRequestPushMessage.java20 import com.android.bluetooth.mapclient.MasClient.CharsetType;
/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()
DMapClientStateMachineTest.java136 @Mock private MasClient mMockMasClient;