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 259 int mMsgType = TYPE_SMS;
465 if (fi.mMsgType == FilterInfo.TYPE_EMAIL ||
466 fi.mMsgType == FilterInfo.TYPE_IM) {
482 if (fi.mMsgType == FilterInfo.TYPE_SMS) {
484 } else if (fi.mMsgType == FilterInfo.TYPE_MMS) {
487 } else if (fi.mMsgType == FilterInfo.TYPE_EMAIL ||
488 fi.mMsgType == FilterInfo.TYPE_IM) {
501 if (fi.mMsgType == FilterInfo.TYPE_IM) {
514 if (fi.mMsgType == FilterInfo.TYPE_SMS) {
516 } 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;
653 os.write(mMsgType);
733 switch(mMsgType) {
851 sOngoingRequests.put(rilSerial, mMsgType);
    [all...]
  /frameworks/av/services/camera/libcameraservice/api1/client2/
CaptureSequencer.cpp 54 mMsgType(0) {
76 mMsgType = msgType;
391 shutterNotifyLocked(l.mParameters, client, mMsgType);
609 shutterNotifyLocked(l.mParameters, client, mMsgType);
CaptureSequencer.h 150 int mMsgType;

Completed in 212 milliseconds