Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DInputTypeUtils.java58 private static boolean isNumberPasswordInputType(final int inputType) { in isNumberPasswordInputType() method in InputTypeUtils
88 || isNumberPasswordInputType(maskedInputType); in isPasswordInputType()