HomeSort by relevance Sort by last modified time
    Searched refs:mMsgType (Results 1 - 5 of 5) sorted by null

  /frameworks/opt/bluetooth/src/android/bluetooth/client/map/
BluetoothMapEventReport.java 68 private final BluetoothMapBmessage.Type mMsgType;
98 mMsgType = null;
100 mMsgType = parseMsgType(s);
103 mMsgType = null;
164 return mMsgType;
176 json.put("msg_type", mMsgType);
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapContent.java 268 int mMsgType = TYPE_SMS;
474 if (fi.mMsgType == FilterInfo.TYPE_EMAIL ||
475 fi.mMsgType == FilterInfo.TYPE_IM) {
491 if (fi.mMsgType == FilterInfo.TYPE_SMS) {
493 } else if (fi.mMsgType == FilterInfo.TYPE_MMS) {
496 } else if (fi.mMsgType == FilterInfo.TYPE_EMAIL ||
497 fi.mMsgType == FilterInfo.TYPE_IM) {
510 if (fi.mMsgType == FilterInfo.TYPE_IM) {
523 if (fi.mMsgType == FilterInfo.TYPE_SMS) {
525 } else if (fi.mMsgType == FilterInfo.TYPE_MMS)
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/sap/
SapMessage.java 166 private int mMsgType = INVALID_VALUE; // The SAP message ID
186 this.mMsgType = msgType;
202 return mMsgType;
206 this.mMsgType = msgType;
646 os.write(mMsgType);
726 switch(mMsgType) {
842 sOngoingRequests.put(rilSerial, mMsgType);
    [all...]
  /frameworks/av/services/camera/libcameraservice/api1/client2/
CaptureSequencer.h 148 int mMsgType;
CaptureSequencer.cpp 54 mMsgType(0) {
76 mMsgType = msgType;
389 shutterNotifyLocked(l.mParameters, client, mMsgType);
607 shutterNotifyLocked(l.mParameters, client, mMsgType);

Completed in 363 milliseconds