Searched refs:mImsSmsFormat (Results 1 – 1 of 1) sorted by relevance
145 private String mImsSmsFormat = SmsConstants.FORMAT_UNKNOWN; field in SmsDispatchersController666 mImsSmsFormat = SmsConstants.FORMAT_3GPP; in setImsSmsFormat()669 mImsSmsFormat = SmsConstants.FORMAT_3GPP2; in setImsSmsFormat()672 mImsSmsFormat = SmsConstants.FORMAT_UNKNOWN; in setImsSmsFormat()680 mIms = responseArray[0] == 1 && !SmsConstants.FORMAT_UNKNOWN.equals(mImsSmsFormat); in updateImsInfo()681 Rlog.d(TAG, "IMS registration state: " + mIms + " format: " + mImsSmsFormat); in updateImsInfo()939 return mImsSmsDispatcher.isAvailable() ? mImsSmsDispatcher.getFormat() : mImsSmsFormat; in getImsSmsFormat()