Searched refs:batchNotifications (Results 1 – 2 of 2) sorted by relevance
2155 private void setBatchNotificationsSet(Set<Uri> batchNotifications) { in setBatchNotificationsSet() argument2156 mTLBatchNotifications.set(batchNotifications); in setBatchNotificationsSet()2201 final Set<Uri> batchNotifications = getBatchNotificationsSet(); in notifyChange() local2202 if (batchNotifications != null) { in notifyChange()2203 batchNotifications.add(uri); in notifyChange()
1980 private void setBatchNotificationsSet(Set<Uri> batchNotifications) { in setBatchNotificationsSet() argument1981 mTLBatchNotifications.set(batchNotifications); in setBatchNotificationsSet()2026 final Set<Uri> batchNotifications = getBatchNotificationsSet(); in notifyChange() local2027 if (batchNotifications != null) { in notifyChange()2028 batchNotifications.add(uri); in notifyChange()