Searched refs:KEY_ALREADY_NOTIFIED_COMPONENTS (Results 1 – 1 of 1) sorted by relevance
214 private const val KEY_ALREADY_NOTIFIED_COMPONENTS = "already_notified_services" constant347 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()