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.java428 final boolean notifyIfNotDefault = sURLMatcher.match(url) != SMS_RAW_MESSAGE; in bulkInsert()
429 notifyChange(notifyIfNotDefault, url, callerPkg); in bulkInsert()
447 final boolean notifyIfNotDefault = sURLMatcher.match(url) != SMS_RAW_MESSAGE; in insert()
448 notifyChange(notifyIfNotDefault, insertUri, callerPkg); in insert()
462 boolean notifyIfNotDefault = true; in insertInner()
504 notifyIfNotDefault = false; in insertInner()
653 boolean notifyIfNotDefault = true; in delete()
697 notifyIfNotDefault = false; in delete()
705 notifyIfNotDefault = false; in delete()
722 notifyChange(notifyIfNotDefault, url, getCallingPackage()); in delete()
[all …]