Searched refs:mCurId (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/android/view/inputmethod/ |
D | InputMethodManager.java | 371 String mCurId; field in InputMethodManager 443 mCurId = res.id; in handleMessage() 833 mCurId = null; in clearBindingLocked() 1304 mCurId = res.id; in startInputInner() 1347 Log.w(TAG, "IME died: " + mCurId, e); in startInputInner() 1619 Log.w(TAG, "IME died: " + mCurId, e); in updateSelection() 1641 Log.w(TAG, "IME died: " + mCurId, e); in viewClicked() 1708 Log.w(TAG, "IME died: " + mCurId, e); in updateCursor() 1750 Log.w(TAG, "IME died: " + mCurId, e); in updateCursorAnchorInfo() 1778 Log.w(TAG, "IME died: " + mCurId, e); in sendAppPrivateCommand() [all …]
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/ |
D | ApplicationsState.java | 121 long mCurId = 1; field in ApplicationsState 523 entry = new AppEntry(mContext, info, mCurId++); in getEntryLocked()
|