Searched refs:MMS_ALL (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/mmslib/util/
H A DPduCache.java34 private static final int MMS_ALL = 0; field in class:PduCache
54 URI_MATCHER.addURI("mms", null, MMS_ALL);
145 case MMS_ALL:
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
H A DMmsProvider.java107 case MMS_ALL:
261 case MMS_ALL:
319 case MMS_ALL:
595 case MMS_ALL:
602 if (match != MMS_ALL) {
753 case MMS_ALL:
936 private static final int MMS_ALL = 0; field in class:MmsProvider
962 sURLMatcher.addURI("mms", null, MMS_ALL);

Completed in 11 milliseconds