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.java527 final boolean notifyIfNotDefault = sURLMatcher.match(url) != SMS_RAW_MESSAGE; in bulkInsert()
528 notifyChange(notifyIfNotDefault, url, callerPkg); in bulkInsert()
550 final boolean notifyIfNotDefault = match != SMS_RAW_MESSAGE; in insert()
551 notifyChange(notifyIfNotDefault, insertUri, callerPkg); in insert()
854 boolean notifyIfNotDefault = true; in delete()
898 notifyIfNotDefault = false; in delete()
906 notifyIfNotDefault = false; in delete()
975 notifyChange(notifyIfNotDefault, url, getCallingPackage()); in delete()
1041 boolean notifyIfNotDefault = true; in update()
1048 notifyIfNotDefault = false; in update()
[all …]