Home
last modified time | relevance | path

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

/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/privacysources/
DNotificationListenerCheck.kt214 private const val KEY_ALREADY_NOTIFIED_COMPONENTS = "already_notified_services" constant
347 return sharedPrefs.getStringSet(KEY_ALREADY_NOTIFIED_COMPONENTS, mutableSetOf<String>())!! in getNotifiedComponents()
362 .putStringSet(KEY_ALREADY_NOTIFIED_COMPONENTS, enabledNotifiedComponents) in removeDisabledComponentsFromNotifiedComponents()
373 .putStringSet(KEY_ALREADY_NOTIFIED_COMPONENTS, notifiedComponents) in markComponentAsNotified()
391 .putStringSet(KEY_ALREADY_NOTIFIED_COMPONENTS, filteredServices) in removeFromNotifiedComponents()
405 .putStringSet(KEY_ALREADY_NOTIFIED_COMPONENTS, notifiedComponents) in removeFromNotifiedComponents()