Home
last modified time | relevance | path

Searched refs:mTlsCipherSuite (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/telephony/java/android/telephony/gba/
DUaSecurityProtocolIdentifier.java187 private int mTlsCipherSuite; field in UaSecurityProtocolIdentifier
194 mTlsCipherSuite = sp.mTlsCipherSuite; in UaSecurityProtocolIdentifier()
205 buf.putInt(mProtocol | mTlsCipherSuite); in toByteArray()
229 return mTlsCipherSuite; in getTlsCipherSuite()
239 out.writeInt(mTlsCipherSuite); in writeToParcel()
291 return "UaSecurityProtocolIdentifier[" + mOrg + " , " + (mProtocol | mTlsCipherSuite) + "]"; in toString()
303 && mTlsCipherSuite == other.mTlsCipherSuite; in equals()
308 return Objects.hash(mOrg, mProtocol, mTlsCipherSuite); in hashCode()
366 mSp.mTlsCipherSuite = 0; in setOrg()
403 mSp.mTlsCipherSuite = 0; in setProtocol()
[all …]