OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mInputMethodId
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Settings/src/com/android/settings/inputmethod/
InputMethodAndSubtypeEnabler.java
54
private String
mInputMethodId
;
70
mInputMethodId
= getActivity().getIntent().getStringExtra(
72
if (
mInputMethodId
== null && (arguments != null)) {
76
mInputMethodId
= inputMethodId;
228
if (!TextUtils.isEmpty(
mInputMethodId
) && !
mInputMethodId
.equals(imiId)) {
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinIME.java
172
private String
mInputMethodId
;
500
mInputMethodId
= Utils.getInputMethodId(mImm, getPackageName());
[
all
...]
Completed in 672 milliseconds