Searched refs:batchNotifications (Results 1 – 3 of 3) 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()
1943 private void setBatchNotificationsSet(Set<Uri> batchNotifications) { in setBatchNotificationsSet() argument1944 mTLBatchNotifications.set(batchNotifications); in setBatchNotificationsSet()1989 final Set<Uri> batchNotifications = getBatchNotificationsSet(); in notifyChange() local1990 if (batchNotifications != null) { in notifyChange()1991 batchNotifications.add(uri); in notifyChange()
2524 private void setBatchNotificationsSet(Set<Uri> batchNotifications) { in setBatchNotificationsSet() argument2525 mTLBatchNotifications.set(batchNotifications); in setBatchNotificationsSet()5710 final Set<Uri> batchNotifications = getBatchNotificationsSet(); in notifyUI() local5711 if (batchNotifications != null) { in notifyUI()5712 batchNotifications.add(notifyUri); in notifyUI()