Home
last modified time | relevance | path

Searched refs:MMS_INBOX (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/Messaging/src/com/android/messaging/mmslib/util/
H A DPduCache.java36 private static final int MMS_INBOX = 2; field in PduCache
56 URI_MATCHER.addURI("mms", "inbox", MMS_INBOX);
68 MATCH_TO_MSGBOX_ID_MAP.put(MMS_INBOX, Mms.MESSAGE_BOX_INBOX); in MATCH_TO_MSGBOX_ID_MAP.put() argument
149 case MMS_INBOX: in purge()
/aosp12/frameworks/base/telephony/common/com/google/android/mms/util/
H A DPduCache.java37 private static final int MMS_INBOX = 2; field in PduCache
57 URI_MATCHER.addURI("mms", "inbox", MMS_INBOX);
69 MATCH_TO_MSGBOX_ID_MAP.put(MMS_INBOX, Mms.MESSAGE_BOX_INBOX); in MATCH_TO_MSGBOX_ID_MAP.put() argument
154 case MMS_INBOX: in purge()
/aosp12/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
H A DMmsProvider.java115 case MMS_INBOX: in query()
267 case MMS_INBOX: in getType()
330 case MMS_INBOX: in insert()
608 case MMS_INBOX: in getMessageBoxByMatch()
646 case MMS_INBOX: in delete()
807 case MMS_INBOX: in update()
1012 private static final int MMS_INBOX = 2; field in MmsProvider
1038 sURLMatcher.addURI("mms", "inbox", MMS_INBOX);