Searched defs:subtypeId (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/java/com/android/server/
H A DInputMethodManagerService.java1602 /* package */ void setInputMethodLocked(String id, int subtypeId) { argument
1616 if (subtypeId >= 0 && subtypeId < subtypeCount) {
1617 newSubtype = info.getSubtypeAt(subtypeId);
1629 setSelectedInputMethodAndSubtypeLocked(info, subtypeId, true);
1646 // subtypeId the name of a subtype which will be set.
1647 setSelectedInputMethodAndSubtypeLocked(info, subtypeId, false);
2029 int subtypeId = NOT_A_SUBTYPE_ID;
2039 subtypeId = getSubtypeIdFromHashCode(lastImi, lastSubtypeHash);
2061 subtypeId
2163 setInputMethodWithSubtypeId(IBinder token, String id, int subtypeId) argument
2696 ImeSubtypeListItem(CharSequence imeName, CharSequence subtypeName, InputMethodInfo imi, int subtypeId, String subtypeLocale, String systemLocale) argument
2887 setSelectedInputMethodAndSubtypeLocked(InputMethodInfo imi, int subtypeId, boolean setSubtypeOnly) argument
3653 addSubtypeToHistory(String imeId, String subtypeId) argument
3812 putSelectedSubtype(int subtypeId) argument
[all...]

Completed in 78 milliseconds