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.java348 private static int attrForQuantityCode(int quantityCode) { in attrForQuantityCode() argument
349 switch (quantityCode) { in attrForQuantityCode()
359 private static String stringForQuantityCode(int quantityCode) { in stringForQuantityCode() argument
360 switch (quantityCode) { in stringForQuantityCode()