Home
last modified time | relevance | path

Searched refs:batchNotifications (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() argument
2156 mTLBatchNotifications.set(batchNotifications); in setBatchNotificationsSet()
2201 final Set<Uri> batchNotifications = getBatchNotificationsSet(); in notifyChange() local
2202 if (batchNotifications != null) { in notifyChange()
2203 batchNotifications.add(uri); in notifyChange()
/packages/providers/TvProvider/src/com/android/providers/tv/
DTvProvider.java1943 private void setBatchNotificationsSet(Set<Uri> batchNotifications) { in setBatchNotificationsSet() argument
1944 mTLBatchNotifications.set(batchNotifications); in setBatchNotificationsSet()
1989 final Set<Uri> batchNotifications = getBatchNotificationsSet(); in notifyChange() local
1990 if (batchNotifications != null) { in notifyChange()
1991 batchNotifications.add(uri); in notifyChange()
/packages/apps/Email/provider_src/com/android/email/provider/
DEmailProvider.java2524 private void setBatchNotificationsSet(Set<Uri> batchNotifications) { in setBatchNotificationsSet() argument
2525 mTLBatchNotifications.set(batchNotifications); in setBatchNotificationsSet()
5710 final Set<Uri> batchNotifications = getBatchNotificationsSet(); in notifyUI() local
5711 if (batchNotifications != null) { in notifyUI()
5712 batchNotifications.add(notifyUri); in notifyUI()