Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/res/
DResources.java362 private static int attrForQuantityCode(int quantityCode) { in attrForQuantityCode() argument
363 switch (quantityCode) { in attrForQuantityCode()
373 private static String stringForQuantityCode(int quantityCode) { in stringForQuantityCode() argument
374 switch (quantityCode) { in stringForQuantityCode()