Searched refs:mIms (Results 1 – 2 of 2) sorted by relevance
61 private InputMethodInfo[] mIms; field in InputMethodMenuController99 mIms = new InputMethodInfo[size]; in showInputMethodMenuLocked()107 mIms[i] = item.mImi; in showInputMethodMenuLocked()109 if (mIms[i].getId().equals(preferredInputMethodId)) { in showInputMethodMenuLocked()170 if (mIms == null || mIms.length <= which || mSubtypeIds == null in showInputMethodMenuLocked()174 final InputMethodInfo im = mIms[which]; in showInputMethodMenuLocked()244 mIms = null; in hideInputMethodMenuLocked()
144 private boolean mIms = false; field in SmsDispatchersController680 mIms = responseArray[0] == 1 && !SmsConstants.FORMAT_UNKNOWN.equals(mImsSmsFormat); in updateImsInfo()681 Rlog.d(TAG, "IMS registration state: " + mIms + " format: " + mImsSmsFormat); in updateImsInfo()929 return mImsSmsDispatcher.isAvailable() ? true : mIms; in isIms()