Home
last modified time | relevance | path

Searched refs:getCountView (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/template/
H A DCarNotificationBodyViewTest.java76 assertThat(mCarNotificationBodyView.getCountView().getText()).isEqualTo(TEST_COUNT); in onBind_launcherIconUsed_countTextSet()
/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/template/
H A DCarNotificationBodyView.java287 TextView getCountView() { in getCountView() method in CarNotificationBodyView