Home
last modified time | relevance | path

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

/device/google/atv/FrameworkPackageStubs/src/com/android/browser/provider/
DBrowserProvider2.java1028 if (shouldNotifyLegacy(uri)) { in deleteInTransaction()
1171 if (shouldNotifyLegacy(uri)) { in insertInTransaction()
1402 if (shouldNotifyLegacy(uri)) { in updateInTransaction()
1723 boolean shouldNotifyLegacy(Uri uri) { in shouldNotifyLegacy() method in BrowserProvider2