Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DEmptyShadeView.java61 setFooterText(mFooterText); in onConfigurationChanged()
91 public void setFooterText(@StringRes int text) { in setFooterText() method in EmptyShadeView
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutTest.java917 verify(mEmptyShadeView).setFooterText(not(eq(0))); in hasFilteredOutSeenNotifs_updateEmptyShadeView()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayout.java4573 mEmptyShadeView.setFooterText(newFooterTextRes); in updateEmptyShadeView()