Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/
DNotificationAccessSettingsTest.java20 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()
/packages/apps/Settings/src/com/android/settings/notification/
DNotificationAccessSettings.java68 static final String NOT_ALLOWED_KEY = "not_allowed"; field in NotificationAccessSettings
145 final PreferenceCategory notAllowedCategory = screen.findPreference(NOT_ALLOWED_KEY); in updateList()