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