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/footer/ui/view/
DFooterView.java66 private String mManageNotificationText; field in FooterView
366 mManageOrHistoryButton.setText(mManageNotificationText); in updateContent()
367 mManageOrHistoryButton.setContentDescription(mManageNotificationText); in updateContent()
438 mManageNotificationText = getContext().getString(R.string.manage_notifications_text); in updateResources()