Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DFooterView.java50 private String mManageNotificationText; field in FooterView
136 mManageButton.setText(mManageNotificationText); in updateContent()
137 mManageButton.setContentDescription(mManageNotificationText); in updateContent()
187 mManageNotificationText = getContext().getString(R.string.manage_notifications_text); in updateResources()