Home | History | Annotate | Download | only in res

Lines Matching defs:getQuantityString

782     static String getQuantityString(Resources resources, int id, int quantity) throws
811 static String getQuantityString(Resources resources, int id, int quantity, Object... formatArgs)
813 String raw = getQuantityString(resources, id, quantity);
820 return getQuantityString(resources, id, quantity);