Searched refs:batchNotifications (Results 1 – 2 of 2) sorted by relevance
1083 private void setBatchNotificationsSet(Set<Uri> batchNotifications) { in setBatchNotificationsSet() argument1084 mTLBatchNotifications.set(batchNotifications); in setBatchNotificationsSet()1129 final Set<Uri> batchNotifications = getBatchNotificationsSet(); in notifyChange() local1130 if (batchNotifications != null) { in notifyChange()1131 batchNotifications.add(uri); in notifyChange()
2523 private void setBatchNotificationsSet(Set<Uri> batchNotifications) { in setBatchNotificationsSet() argument2524 mTLBatchNotifications.set(batchNotifications); in setBatchNotificationsSet()5709 final Set<Uri> batchNotifications = getBatchNotificationsSet(); in notifyUI() local5710 if (batchNotifications != null) { in notifyUI()5711 batchNotifications.add(notifyUri); in notifyUI()