Searched refs:mImsSmsFormat (Results 1 – 1 of 1) sorted by relevance
109 private String mImsSmsFormat = SmsConstants.FORMAT_UNKNOWN; field in SmsDispatchersController361 mImsSmsFormat = SmsConstants.FORMAT_3GPP; in setImsSmsFormat()364 mImsSmsFormat = SmsConstants.FORMAT_3GPP2; in setImsSmsFormat()367 mImsSmsFormat = SmsConstants.FORMAT_UNKNOWN; in setImsSmsFormat()375 mIms = responseArray[0] == 1 && !SmsConstants.FORMAT_UNKNOWN.equals(mImsSmsFormat); in updateImsInfo()376 Rlog.d(TAG, "IMS registration state: " + mIms + " format: " + mImsSmsFormat); in updateImsInfo()548 return mImsSmsDispatcher.isAvailable() ? mImsSmsDispatcher.getFormat() : mImsSmsFormat; in getImsSmsFormat()