Searched refs:mVvmType (Results 1 – 1 of 1) sorted by relevance
90 private final String mVvmType; field in OmtpVvmCarrierConfigHelper110 mVvmType = null; in OmtpVvmCarrierConfigHelper()119 mVvmType = getVvmType(); in OmtpVvmCarrierConfigHelper()120 mProtocol = VisualVoicemailProtocolFactory.create(mContext.getResources(), mVvmType); in OmtpVvmCarrierConfigHelper()137 mVvmType = getVvmType(); in OmtpVvmCarrierConfigHelper()138 mProtocol = VisualVoicemailProtocolFactory.create(mContext.getResources(), mVvmType); in OmtpVvmCarrierConfigHelper()339 if (mVvmType == null || mVvmType.isEmpty()) { in startActivation()