Searched refs:ALLOWED_KEY (Results 1 – 2 of 2) sorted by relevance
19 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()
67 static final String ALLOWED_KEY = "allowed"; field in NotificationAccessSettings143 final PreferenceCategory allowedCategory = screen.findPreference(ALLOWED_KEY); in updateList()