Searched refs:PROTOCOL_VERSION1_3 (Results 1 – 2 of 2) sorted by relevance
65 TextUtils.equals(mProtocolVersion, OmtpConstants.PROTOCOL_VERSION1_3)) { in requestVvmActivation()93 if (TextUtils.equals(mProtocolVersion, OmtpConstants.PROTOCOL_VERSION1_3)) { in requestVvmStatus()
41 public static final String PROTOCOL_VERSION1_3 = "13"; field in OmtpConstants