Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DEmptyShadeView.java61 setFooterText(mFooterText); in onConfigurationChanged()
93 public void setFooterText(@StringRes int text) { in setFooterText() method in EmptyShadeView
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutTest.java934 verify(mEmptyShadeView).setFooterText(not(eq(0))); in hasFilteredOutSeenNotifs_updateEmptyShadeView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java4630 mEmptyShadeView.setFooterText(newFooterTextRes); in updateEmptyShadeViewResources()