Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/main/impl/bottomnav/
DBottomNavItem.java75 String countString = String.format(Integer.toString(count)); in setNotificationCount() local
84 countString = getContext().getString(R.string.bottom_nav_count_99_plus); in setNotificationCount()
86 countString = getContext().getString(R.string.bottom_nav_count_9_plus); in setNotificationCount()
89 notificationBadge.setText(countString); in setNotificationCount()
92 if (countString.length() == 1) { in setNotificationCount()
94 } else if (countString.length() == 2) { in setNotificationCount()