Searched refs:mIms (Results 1 – 2 of 2) 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()