Searched refs:NOT_ALLOWED_KEY (Results 1 – 2 of 2) sorted by relevance
20 import static com.android.settings.notification.NotificationAccessSettings.NOT_ALLOWED_KEY;110 PreferenceCategory notAllowed = checkNotNull(screen.findPreference(NOT_ALLOWED_KEY)); in updateList_enabledLongName_shown()131 PreferenceCategory notAllowed = checkNotNull(screen.findPreference(NOT_ALLOWED_KEY)); in updateList_disabledLongName_notShown()
68 static final String NOT_ALLOWED_KEY = "not_allowed"; field in NotificationAccessSettings145 final PreferenceCategory notAllowedCategory = screen.findPreference(NOT_ALLOWED_KEY); in updateList()