Home
last modified time | relevance | path

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

/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DSmsProvider.java609 final boolean notifyIfNotDefault = sURLMatcher.match(url) != SMS_RAW_MESSAGE; in bulkInsert()
610 notifyChange(notifyIfNotDefault, url, callerPkg); in bulkInsert()
632 final boolean notifyIfNotDefault = match != SMS_RAW_MESSAGE; in insert()
633 notifyChange(notifyIfNotDefault, insertUri, callerPkg); in insert()
1018 boolean notifyIfNotDefault = true; in delete()
1072 notifyIfNotDefault = false; in delete()
1080 notifyIfNotDefault = false; in delete()
1166 notifyChange(notifyIfNotDefault, url, getCallingPackage()); in delete()
1233 boolean notifyIfNotDefault = true; in update()
1245 notifyIfNotDefault = false; in update()
[all …]