Searched refs:INPUT_METHOD_SEPARATOR (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/inputmethod/
H A DInputMethodUtils.java73 private static final char INPUT_METHOD_SEPARATOR = ':'; field in class:InputMethodUtils
789 new SimpleStringSplitter(INPUT_METHOD_SEPARATOR);
831 new TextUtils.SimpleStringSplitter(INPUT_METHOD_SEPARATOR);
869 b.append(INPUT_METHOD_SEPARATOR);
1050 mEnabledInputMethodsStrCache + INPUT_METHOD_SEPARATOR + id);
1071 builder.append(INPUT_METHOD_SEPARATOR);
1138 builder.append(INPUT_METHOD_SEPARATOR);
1145 // Remove the last INPUT_METHOD_SEPARATOR

Completed in 124 milliseconds