Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
DKeyCodeDescriptionMapper.java277 final String unsupportedSymbol = getSpokenSymbolDescription(context, codePoint); in getDescriptionForCodePoint() local
278 if (unsupportedSymbol != null) { in getDescriptionForCodePoint()
279 return unsupportedSymbol; in getDescriptionForCodePoint()