Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/
DNotificationAccessSettingsTest.java19 import static com.android.settings.notification.NotificationAccessSettings.ALLOWED_KEY;
109 PreferenceCategory allowed = checkNotNull(screen.findPreference(ALLOWED_KEY)); in updateList_enabledLongName_shown()
130 PreferenceCategory allowed = checkNotNull(screen.findPreference(ALLOWED_KEY)); in updateList_disabledLongName_notShown()
/packages/apps/Settings/src/com/android/settings/notification/
DNotificationAccessSettings.java67 static final String ALLOWED_KEY = "allowed"; field in NotificationAccessSettings
143 final PreferenceCategory allowedCategory = screen.findPreference(ALLOWED_KEY); in updateList()