Searched refs:mIms (Results 1 – 3 of 3) sorted by relevance
75 private InputMethodInfo[] mIms; field in InputMethodMenuController123 mIms = new InputMethodInfo[size]; in showInputMethodMenu()128 mIms[i] = item.mImi; in showInputMethodMenu()130 if (mIms[i].getId().equals(lastInputMethodId)) { in showInputMethodMenu()179 if (mIms == null || mIms.length <= which || mSubtypeIds == null in showInputMethodMenu()183 final InputMethodInfo im = mIms[which]; in showInputMethodMenu()267 mIms = null; in hideInputMethodMenuLocked()
107 private boolean mIms = false; field in SmsDispatchersController373 mIms = responseArray[0] == 1 && !SmsConstants.FORMAT_UNKNOWN.equals(mImsSmsFormat); in updateImsInfo()374 Rlog.d(TAG, "IMS registration state: " + mIms + " format: " + mImsSmsFormat); in updateImsInfo()553 return mImsSmsDispatcher.isAvailable() ? true : mIms; in isIms()
182 private final InputMethodService mIms; field in LatinIME.HideSoftInputReceiver185 mIms = ims; in HideSoftInputReceiver()192 mIms.requestHideSelf(0 /* flags */); in onReceive()