Searched refs:mShowAllButton (Results 1 – 1 of 1) sorted by relevance
100 private RestrictedRadioButton mShowAllButton; field in RedactionInterstitial.RedactionInterstitialFragment119 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()