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.kt281 val notifiedComponents = in getEnabledNotificationListenersAndNotifyIfNeededLocked() constant
285 val unNotifiedComponents = enabledComponents.filter { it !in notifiedComponents } in getEnabledNotificationListenersAndNotifyIfNeededLocked()
356 val notifiedComponents = getNotifiedComponents() in removeDisabledComponentsFromNotifiedComponents() constant
359 notifiedComponents.filter { enabledComponentsStringSet.contains(it) }.toSet() in removeDisabledComponentsFromNotifiedComponents()
369 val notifiedComponents = getNotifiedComponents() in markComponentAsNotified() constant
370 notifiedComponents.add(component.flattenToShortString()) in markComponentAsNotified()
373 .putStringSet(KEY_ALREADY_NOTIFIED_COMPONENTS, notifiedComponents) in markComponentAsNotified()
380 val notifiedComponents = getNotifiedComponents() in removeFromNotifiedComponents() constant
382 notifiedComponents in removeFromNotifiedComponents()
388 if (filteredServices.size < notifiedComponents.size) { in removeFromNotifiedComponents()
[all …]