Searched defs:quantity (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/test-runner/src/android/test/mock/
H A DMockResources.java56 public CharSequence getQuantityText(int id, int quantity) throws NotFoundException { argument
71 public String getQuantityString(int id, int quantity, Object... formatArgs) argument
77 public String getQuantityString(int id, int quantity) throws NotFoundException { argument
/frameworks/base/core/java/android/content/res/
H A DResources.java253 * numerical quantity.
256 * Resources</a> for more on quantity strings.
261 * @param quantity The number used to get the correct string for the current language's
269 public CharSequence getQuantityText(int id, int quantity) throws NotFoundException { argument
272 attrForQuantityCode(rule.quantityForInt(quantity)));
281 + " quantity=" + quantity
282 + " item=" + stringForQuantityCode(rule.quantityForInt(quantity)));
365 * numerical quantity, substituting the format arguments as defined in
371 * Resources</a> for more on quantity string
385 getQuantityString(int id, int quantity, Object... formatArgs) argument
409 getQuantityString(int id, int quantity) argument
[all...]

Completed in 5073 milliseconds