Loading packages/SystemUI/src/com/android/systemui/statusbar/NotificationGuts.java +2 −0 Original line number Original line Diff line number Diff line Loading @@ -256,6 +256,8 @@ public class NotificationGuts extends LinearLayout implements TunerService.Tunab } else { } else { mReset.setText(mContext.getString(R.string.do_not_silence_block)); mReset.setText(mContext.getString(R.string.do_not_silence_block)); } } mBlock.setText(mContext.getString(R.string.block)); mSilent.setText(mContext.getString(R.string.show_silently)); if (importance == NotificationListenerService.Ranking.IMPORTANCE_LOW) { if (importance == NotificationListenerService.Ranking.IMPORTANCE_LOW) { mSilent.setChecked(true); mSilent.setChecked(true); } else { } else { Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/NotificationGuts.java +2 −0 Original line number Original line Diff line number Diff line Loading @@ -256,6 +256,8 @@ public class NotificationGuts extends LinearLayout implements TunerService.Tunab } else { } else { mReset.setText(mContext.getString(R.string.do_not_silence_block)); mReset.setText(mContext.getString(R.string.do_not_silence_block)); } } mBlock.setText(mContext.getString(R.string.block)); mSilent.setText(mContext.getString(R.string.show_silently)); if (importance == NotificationListenerService.Ranking.IMPORTANCE_LOW) { if (importance == NotificationListenerService.Ranking.IMPORTANCE_LOW) { mSilent.setChecked(true); mSilent.setChecked(true); } else { } else { Loading