Home
last modified time | relevance | path

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

/packages/apps/TV/tests/common/src/com/android/tv/testing/fakes/
DFakeTvProvider.java2151 private Set<Uri> getBatchNotificationsSet() { in getBatchNotificationsSet() method in FakeTvProvider
2172 final Set<Uri> notifications = getBatchNotificationsSet(); in applyBatch()
2192 final Set<Uri> notifications = getBatchNotificationsSet(); in bulkInsert()
2201 final Set<Uri> batchNotifications = getBatchNotificationsSet(); in notifyChange()
/packages/providers/TvProvider/src/com/android/providers/tv/
DTvProvider.java1976 private Set<Uri> getBatchNotificationsSet() { in getBatchNotificationsSet() method in TvProvider
1997 final Set<Uri> notifications = getBatchNotificationsSet(); in applyBatch()
2017 final Set<Uri> notifications = getBatchNotificationsSet(); in bulkInsert()
2026 final Set<Uri> batchNotifications = getBatchNotificationsSet(); in notifyChange()