Home
last modified time | relevance | path

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

/packages/apps/TV/tests/common/src/com/android/tv/testing/
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.java1943 private void setBatchNotificationsSet(Set<Uri> batchNotifications) { in setBatchNotificationsSet() method in TvProvider
1950 setBatchNotificationsSet(new HashSet<Uri>()); in applyBatch()
1961 setBatchNotificationsSet(null); in applyBatch()
1970 setBatchNotificationsSet(new HashSet<Uri>()); in bulkInsert()
1981 setBatchNotificationsSet(null); in bulkInsert()
/packages/apps/Email/provider_src/com/android/email/provider/
DEmailProvider.java2524 private void setBatchNotificationsSet(Set<Uri> batchNotifications) { in setBatchNotificationsSet() method in EmailProvider
2536 setBatchNotificationsSet(Sets.<Uri>newHashSet()); in applyBatch()
2547 setBatchNotificationsSet(null); in applyBatch()