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

/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodManager.java282 String mCurId; field in class:InputMethodManager
326 mCurId = res.id;
342 Log.w(TAG, "IME died: " + mCurId, e);
564 mCurId = null;
990 Log.w(TAG, "IME died: " + mCurId, e);
1182 Log.w(TAG, "IME died: " + mCurId, e);
1217 Log.w(TAG, "IME died: " + mCurId, e);
1246 Log.w(TAG, "IME died: " + mCurId, e);
1337 Log.w(TAG, "IME died: " + mCurId + " dropping: " + key, e);
1366 Log.w(TAG, "IME died: " + mCurId
[all...]
/frameworks/base/services/java/com/android/server/
H A DInputMethodManagerService.java217 String mCurId; field in class:InputMethodManagerService
637 ? new InputBindResult(session.session, mCurId, mCurSeq)
695 if (mCurId != null && mCurId.equals(mCurMethodId)) {
712 return new InputBindResult(null, mCurId, mCurSeq);
722 return new InputBindResult(null, mCurId, mCurSeq);
742 mCurId = info.getId();
750 return new InputBindResult(null, mCurId, mCurSeq);
829 mCurId = null;
1604 p.println(" mCurId
[all...]

Completed in 8 milliseconds