Searched refs:countString (Results 1 – 1 of 1) sorted by relevance
75 String countString = String.format(Integer.toString(count)); in setNotificationCount() local84 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()