Home
last modified time | relevance | path

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

/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DSmsProvider.java261 case SMS_ALL_ICC: in query()
265 if (match == SMS_ALL_ICC) { in query()
276 match == SMS_ALL_ICC ? ICC_URI : ICC_SUBID_URI); in query()
546 if (insertUri != null || (match != SMS_ALL_ICC && match != SMS_ALL_ICC_SUBID)) { in insert()
618 case SMS_ALL_ICC: in insertInner()
621 if (match == SMS_ALL_ICC) { in insertInner()
913 case SMS_ALL_ICC: in delete()
918 if (match == SMS_ALL_ICC) { in delete()
933 match == SMS_ALL_ICC ? ICC_URI : ICC_SUBID_URI, in delete()
1166 private static final int SMS_ALL_ICC = 22; field in SmsProvider
[all …]