Searched refs:notifiedComponents (Results 1 – 1 of 1) sorted by relevance
280 val notifiedComponents = in getEnabledNotificationListenersAndNotifyIfNeededLocked() constant284 val unNotifiedComponents = enabledComponents.filter { it !in notifiedComponents } in getEnabledNotificationListenersAndNotifyIfNeededLocked()355 val notifiedComponents = getNotifiedComponents() in removeDisabledComponentsFromNotifiedComponents() constant358 notifiedComponents.filter { enabledComponentsStringSet.contains(it) }.toSet() in removeDisabledComponentsFromNotifiedComponents()368 val notifiedComponents = getNotifiedComponents() in markComponentAsNotified() constant369 notifiedComponents.add(component.flattenToShortString()) in markComponentAsNotified()372 .putStringSet(KEY_ALREADY_NOTIFIED_COMPONENTS, notifiedComponents) in markComponentAsNotified()379 val notifiedComponents = getNotifiedComponents() in removeFromNotifiedComponents() constant381 notifiedComponents in removeFromNotifiedComponents()387 if (filteredServices.size < notifiedComponents.size) { in removeFromNotifiedComponents()[all …]