OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:curInputMethodId
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
InputMethodsPanel.java
415
String
curInputMethodId
= Settings.Secure.getString(getContext()
420
if (imi.getId().equals(
curInputMethodId
)) {
427
if (imi.getId().equals(
curInputMethodId
)) {
/frameworks/base/services/java/com/android/server/
InputMethodManagerService.java
413
String
curInputMethodId
= Settings.Secure.getString(mContext
416
if (
curInputMethodId
!= null) {
419
if (imi.getId().equals(
curInputMethodId
)) {
441
String
curInputMethodId
= Settings.Secure.getString(mContext
444
if (
curInputMethodId
!= null) {
448
if (imiId.equals(
curInputMethodId
)) {
482
Slog.i(TAG, "Current input method removed: " +
curInputMethodId
);
[
all
...]
Completed in 39 milliseconds