Searched refs:mMsgType (Results 1 – 6 of 6) sorted by relevance
274 int mMsgType = TYPE_SMS; field in BluetoothMapContent.FilterInfo474 if (fi.mMsgType == FilterInfo.TYPE_EMAIL || fi.mMsgType == FilterInfo.TYPE_IM) { in setProtected()493 if (fi.mMsgType == FilterInfo.TYPE_SMS) { in setThreadId()495 } else if (fi.mMsgType == FilterInfo.TYPE_MMS) { in setThreadId()498 } else if (fi.mMsgType == FilterInfo.TYPE_EMAIL || fi.mMsgType == FilterInfo.TYPE_IM) { in setThreadId()514 if (fi.mMsgType == FilterInfo.TYPE_IM) { in setThreadName()529 if (fi.mMsgType == FilterInfo.TYPE_SMS) { in setSent()531 } else if (fi.mMsgType == FilterInfo.TYPE_MMS) { in setSent()533 } else if (fi.mMsgType == FilterInfo.TYPE_EMAIL || fi.mMsgType == FilterInfo.TYPE_IM) { in setSent()553 if (fi.mMsgType == FilterInfo.TYPE_SMS) { in setRead()[all …]
174 private int mMsgType = INVALID_VALUE; // The SAP message ID field in SapMessage195 this.mMsgType = msgType; in SapMessage()212 return mMsgType; in getMsgType()216 this.mMsgType = msgType; in setMsgType()700 os.write(mMsgType); in write()762 Log.e(TAG, "callISapReq: called for mMsgType " + mMsgType + " rilSerial " + rilSerial); in send()769 sOngoingRequests.put(rilSerial, mMsgType); in send()771 switch (mMsgType) { in send()885 mMsgType = ID_STATUS_IND; in createUnsolicited()893 mMsgType = ID_RIL_UNKNOWN; in createUnsolicited()[all …]
47 private final Bmessage.Type mMsgType; field in EventReport80 mMsgType = null; in EventReport()82 mMsgType = parseMsgType(s); in EventReport()85 mMsgType = null; in EventReport()183 return mMsgType; in getMsgType()222 json.put("msg_type", mMsgType); in toString()
229 mInfo.mMsgType = FilterInfo.TYPE_MMS; in setAttachment_withTypeMms()246 mInfo.mMsgType = FilterInfo.TYPE_EMAIL; in setAttachment_withTypeEmail()264 mInfo.mMsgType = FilterInfo.TYPE_IM; in setAttachment_withTypeIm()324 mInfo.mMsgType = FilterInfo.TYPE_SMS; in setDateTime_withTypeSms()338 mInfo.mMsgType = FilterInfo.TYPE_MMS; in setDateTime_withTypeMms()352 mInfo.mMsgType = FilterInfo.TYPE_IM; in setDateTime_withTypeIM()367 mInfo.mMsgType = FilterInfo.TYPE_EMAIL; in setDeliveryStatus()509 mInfo.mMsgType = FilterInfo.TYPE_SMS; in setRecipientAddressing_withFilterMsgTypeSms_andSmsMsgTypeInbox()525 mInfo.mMsgType = FilterInfo.TYPE_SMS; in setRecipientAddressing_withFilterMsgTypeSms_andSmsMsgTypeDraft()555 mInfo.mMsgType = FilterInfo.TYPE_MMS; in setRecipientAddressing_withFilterMsgTypeMms()[all …]
399 private short mMsgType = IPCTNL_MSG_CT_NEW; field in BpfCoordinatorTest.TestConntrackEvent.Builder412 mMsgType = (short) msgType; in setMsgType()430 final int status = (mMsgType == IPCTNL_MSG_CT_NEW) ? ESTABLISHED_MASK : DYING_MASK; in build()431 final int timeoutSec = (mMsgType == IPCTNL_MSG_CT_NEW) ? 100 /* nonzero, new */ in build()434 (short) (NetlinkConstants.NFNL_SUBSYS_CTNETLINK << 8 | mMsgType), in build()
1307 String mMsgType) { in createNewEventReport() argument1316 attrs.put("msg_type", mMsgType); in createNewEventReport()