Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/notification/
DRedactionInterstitial.java100 private RestrictedRadioButton mShowAllButton; field in RedactionInterstitial.RedactionInterstitialFragment
119 mShowAllButton = (RestrictedRadioButton) view.findViewById(R.id.show_all); in onViewCreated()
129 mShowAllButton.setText(R.string.lock_screen_notifications_summary_show_profile); in onViewCreated()
166 checkNotificationFeaturesAndSetDisabled(mShowAllButton, in onResume()
192 if (showUnredacted && !mShowAllButton.isDisabledByAdmin()) { in loadFromSettings()