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

  /frameworks/av/services/camera/libcameraservice/api1/client2/
CaptureSequencer.h 143 int mMsgType;
  /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 132 int mMsgType = TYPE_SMS;
365 if (fi.mMsgType == FilterInfo.TYPE_EMAIL) {
381 if (fi.mMsgType == FilterInfo.TYPE_EMAIL) {
392 if (fi.mMsgType == FilterInfo.TYPE_SMS) {
394 } else if (fi.mMsgType == FilterInfo.TYPE_MMS) {
396 } else if (fi.mMsgType == FilterInfo.TYPE_EMAIL) {
413 if (fi.mMsgType == FilterInfo.TYPE_SMS) {
415 } else if (fi.mMsgType == FilterInfo.TYPE_MMS) {
417 } else if (fi.mMsgType == FilterInfo.TYPE_EMAIL) {
430 if (fi.mMsgType == FilterInfo.TYPE_EMAIL)
    [all...]

Completed in 446 milliseconds