Home
last modified time | relevance | path

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

/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DSmsProvider.java280 case SMS_ICC: in query()
286 if (match == SMS_ICC) { in query()
298 match == SMS_ICC ? ICC_URI : ICC_SUBID_URI); in query()
940 case SMS_ICC: in delete()
947 if (match == SMS_ICC) { in delete()
963 match == SMS_ICC ? ICC_URI : ICC_SUBID_URI, in delete()
1167 private static final int SMS_ICC = 23; field in SmsProvider
1205 sURLMatcher.addURI("sms", "icc/#", SMS_ICC);
1210 sURLMatcher.addURI("sms", "sim/#", SMS_ICC);