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.java433 final boolean notifyIfNotDefault = sURLMatcher.match(url) != SMS_RAW_MESSAGE; in bulkInsert()
434 notifyChange(notifyIfNotDefault, url, callerPkg); in bulkInsert()
452 final boolean notifyIfNotDefault = sURLMatcher.match(url) != SMS_RAW_MESSAGE; in insert()
453 notifyChange(notifyIfNotDefault, insertUri, callerPkg); in insert()
652 boolean notifyIfNotDefault = true; in delete()
696 notifyIfNotDefault = false; in delete()
704 notifyIfNotDefault = false; in delete()
721 notifyChange(notifyIfNotDefault, url, getCallingPackage()); in delete()
756 boolean notifyIfNotDefault = true; in update()
763 notifyIfNotDefault = false; in update()
[all …]