Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DFooterView.java48 private String mManageNotificationText; field in FooterView
152 mManageButton.setText(mManageNotificationText); in updateText()
153 mManageButton.setContentDescription(mManageNotificationText); in updateText()
190 mManageNotificationText = getContext().getString(R.string.manage_notifications_text); in updateResources()