Home | History | Annotate | Download | only in utils

Lines Matching refs:formatString

214         final CharSequence formatString = context.getResources().getQuantityText(resource, count);
215 return String.format(formatString.toString(), count);