Home
last modified time | relevance | path

Searched refs:notifiedComponents (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/privacysources/
DNotificationListenerCheck.kt280 val notifiedComponents = in getEnabledNotificationListenersAndNotifyIfNeededLocked() constant
284 val unNotifiedComponents = enabledComponents.filter { it !in notifiedComponents } in getEnabledNotificationListenersAndNotifyIfNeededLocked()
355 val notifiedComponents = getNotifiedComponents() in removeDisabledComponentsFromNotifiedComponents() constant
358 notifiedComponents.filter { enabledComponentsStringSet.contains(it) }.toSet() in removeDisabledComponentsFromNotifiedComponents()
368 val notifiedComponents = getNotifiedComponents() in markComponentAsNotified() constant
369 notifiedComponents.add(component.flattenToShortString()) in markComponentAsNotified()
372 .putStringSet(KEY_ALREADY_NOTIFIED_COMPONENTS, notifiedComponents) in markComponentAsNotified()
379 val notifiedComponents = getNotifiedComponents() in removeFromNotifiedComponents() constant
381 notifiedComponents in removeFromNotifiedComponents()
387 if (filteredServices.size < notifiedComponents.size) { in removeFromNotifiedComponents()
[all …]