Searched refs:mOrg (Results 1 – 1 of 1) sorted by relevance
185 private int mOrg; field in UaSecurityProtocolIdentifier192 mOrg = sp.mOrg; in UaSecurityProtocolIdentifier()204 buf.put((byte) mOrg); in toByteArray()213 return mOrg; in getOrg()237 out.writeInt(mOrg); in writeToParcel()291 return "UaSecurityProtocolIdentifier[" + mOrg + " , " + (mProtocol | mTlsCipherSuite) + "]"; in toString()302 return mOrg == other.mOrg && mProtocol == other.mProtocol in equals()308 return Objects.hash(mOrg, mProtocol, mTlsCipherSuite); in hashCode()313 if (mOrg == ORG_3GPP && (mProtocol == UA_SECURITY_PROTOCOL_3GPP_TLS_DEFAULT in isTlsSupported()364 mSp.mOrg = orgCode; in setOrg()[all …]