Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DEmptyShadeView.java113 public int getTextResource() { in getTextResource() method in EmptyShadeView
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutTest.java593 when(mEmptyShadeView.getTextResource()).thenReturn(R.string.empty_shade_text); in testReInflatesFooterViews()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayout.java4567 int oldTextRes = mEmptyShadeView.getTextResource(); in updateEmptyShadeView()
5391 oldView == null ? R.string.empty_shade_text : oldView.getTextResource(), in inflateEmptyShadeView()