Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/notification/
DNotificationAccessSettings.java64 private static final String NOT_ALLOWED_KEY = "not_allowed"; field in NotificationAccessSettings
138 final PreferenceCategory notAllowedCategory = screen.findPreference(NOT_ALLOWED_KEY); in updateList()