Home
last modified time | relevance | path

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

/packages/apps/TV/tests/common/src/com/android/tv/testing/fakes/
DFakeTvProvider.java2155 private void setBatchNotificationsSet(Set<Uri> batchNotifications) { in setBatchNotificationsSet() method in FakeTvProvider
2162 setBatchNotificationsSet(new HashSet<Uri>()); in applyBatch()
2173 setBatchNotificationsSet(null); in applyBatch()
2182 setBatchNotificationsSet(new HashSet<Uri>()); in bulkInsert()
2193 setBatchNotificationsSet(null); in bulkInsert()
/packages/providers/TvProvider/src/com/android/providers/tv/
DTvProvider.java2126 private void setBatchNotificationsSet(Set<Uri> batchNotifications) { in setBatchNotificationsSet() method in TvProvider
2133 setBatchNotificationsSet(new HashSet<Uri>()); in applyBatch()
2144 setBatchNotificationsSet(null); in applyBatch()
2153 setBatchNotificationsSet(new HashSet<Uri>()); in bulkInsert()
2164 setBatchNotificationsSet(null); in bulkInsert()