Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/footer/ui/view/
DFooterViewTest.java166 mView.setManageOrHistoryButtonDescription(resId); in testSetManageOrHistoryButtonDescription_resourceOnlyFetchedOnce()
175 mView.setManageOrHistoryButtonDescription(resId); in testSetManageOrHistoryButtonDescription_resourceOnlyFetchedOnce()
176 mView.setManageOrHistoryButtonDescription(resId); in testSetManageOrHistoryButtonDescription_resourceOnlyFetchedOnce()
186 assertLogsWtf(() -> mView.setManageOrHistoryButtonDescription(resId)); in testSetManageOrHistoryButtonDescription_expectsFlagEnabled()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/footer/ui/viewbinder/
DFooterViewBinder.kt140 footer.setManageOrHistoryButtonDescription(textId) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/footer/ui/view/
DFooterView.java202 public void setManageOrHistoryButtonDescription(@StringRes int contentDescriptionId) { in setManageOrHistoryButtonDescription() method in FooterView