Searched refs:notifiedComponents (Results 1 – 1 of 1) sorted by relevance
281 val notifiedComponents = in getEnabledNotificationListenersAndNotifyIfNeededLocked() constant285 val unNotifiedComponents = enabledComponents.filter { it !in notifiedComponents } in getEnabledNotificationListenersAndNotifyIfNeededLocked()356 val notifiedComponents = getNotifiedComponents() in removeDisabledComponentsFromNotifiedComponents() constant359 notifiedComponents.filter { enabledComponentsStringSet.contains(it) }.toSet() in removeDisabledComponentsFromNotifiedComponents()369 val notifiedComponents = getNotifiedComponents() in markComponentAsNotified() constant370 notifiedComponents.add(component.flattenToShortString()) in markComponentAsNotified()373 .putStringSet(KEY_ALREADY_NOTIFIED_COMPONENTS, notifiedComponents) in markComponentAsNotified()380 val notifiedComponents = getNotifiedComponents() in removeFromNotifiedComponents() constant382 notifiedComponents in removeFromNotifiedComponents()388 if (filteredServices.size < notifiedComponents.size) { in removeFromNotifiedComponents()[all …]