Home
last modified time | relevance | path

Searched refs:batchNotifications (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() 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.java1980 private void setBatchNotificationsSet(Set<Uri> batchNotifications) { in setBatchNotificationsSet() argument
1981 mTLBatchNotifications.set(batchNotifications); in setBatchNotificationsSet()
2026 final Set<Uri> batchNotifications = getBatchNotificationsSet(); in notifyChange() local
2027 if (batchNotifications != null) { in notifyChange()
2028 batchNotifications.add(uri); in notifyChange()