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.java318 case SMS_ICC: in query()
323 if (match == SMS_ICC) { in query()
342 match == SMS_ICC ? ICC_URI : ICC_SUBID_URI); in query()
1125 case SMS_ICC: in delete()
1131 if (match == SMS_ICC) { in delete()
1154 match == SMS_ICC ? ICC_URI : ICC_SUBID_URI, in delete()
1401 private static final int SMS_ICC = 23; field in SmsProvider
1439 sURLMatcher.addURI("sms", "icc/#", SMS_ICC);
1444 sURLMatcher.addURI("sms", "sim/#", SMS_ICC);