Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/footer/ui/view/
DFooterViewTest.java194 mView.setClearAllButtonText(resId); in testSetClearAllButtonText_resourceOnlyFetchedOnce()
203 mView.setClearAllButtonText(resId); in testSetClearAllButtonText_resourceOnlyFetchedOnce()
204 mView.setClearAllButtonText(resId); in testSetClearAllButtonText_resourceOnlyFetchedOnce()
214 assertLogsWtf(() -> mView.setClearAllButtonText(resId)); in testSetClearAllButtonText_expectsFlagEnabled()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/footer/ui/viewbinder/
DFooterViewBinder.kt87 footer.setClearAllButtonText(textId) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/footer/ui/view/
DFooterView.java149 public void setClearAllButtonText(@StringRes int textId) { in setClearAllButtonText() method in FooterView