Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
DKeyCodeDescriptionMapper.java335 final String resourceNameFormat) { in getSpokenDescriptionId() argument
336 final String resourceName = String.format(Locale.ROOT, resourceNameFormat, code); in getSpokenDescriptionId()