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

/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodManager.java371 String mCurId; field in class:InputMethodManager
443 mCurId = res.id;
833 mCurId = null;
1304 mCurId = res.id;
1347 Log.w(TAG, "IME died: " + mCurId, e);
1619 Log.w(TAG, "IME died: " + mCurId, e);
1641 Log.w(TAG, "IME died: " + mCurId, e);
1708 Log.w(TAG, "IME died: " + mCurId, e);
1750 Log.w(TAG, "IME died: " + mCurId, e);
1778 Log.w(TAG, "IME died: " + mCurId,
[all...]
/frameworks/base/services/core/java/com/android/server/
H A DInputMethodManagerService.java360 * <p>Note that {@link #mCurId} is used to track which IME is being connected to
363 * @see #mCurId
424 String mCurId; field in class:InputMethodManagerService
1701 final StartInputInfo info = new StartInputInfo(mCurToken, mCurId, startInputReason,
1717 mCurId, mCurSeq, mCurUserActionNotificationSequenceNumber);
1803 if (mCurId != null && mCurId.equals(mCurMethodId)) {
1815 return new InputBindResult(null, null, mCurId, mCurSeq,
1826 return new InputBindResult(null, null, mCurId, mCurSeq,
1866 mCurId
[all...]
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
H A DApplicationsState.java121 long mCurId = 1; field in class:ApplicationsState
532 entry = new AppEntry(mContext, info, mCurId++);

Completed in 111 milliseconds