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.java1980 private void setBatchNotificationsSet(Set<Uri> batchNotifications) { in setBatchNotificationsSet() method in TvProvider
1987 setBatchNotificationsSet(new HashSet<Uri>()); in applyBatch()
1998 setBatchNotificationsSet(null); in applyBatch()
2007 setBatchNotificationsSet(new HashSet<Uri>()); in bulkInsert()
2018 setBatchNotificationsSet(null); in bulkInsert()