Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DSecurityAlgorithmUpdate.java37 private @ConnectionEvent int mConnectionEvent; field in SecurityAlgorithmUpdate
45 mConnectionEvent = connectionEvent; in SecurityAlgorithmUpdate()
56 return mConnectionEvent; in getConnectionEvent()
78 out.writeInt(mConnectionEvent); in writeToParcel()
85 mConnectionEvent = in.readInt(); in readFromParcel()
104 return TAG + ":{ mConnectionEvent = " + mConnectionEvent + " mEncryption = " + mEncryption in toString()
114 return mConnectionEvent == that.mConnectionEvent in equals()
122 return Objects.hash(mConnectionEvent, mEncryption, mIntegrity, mIsUnprotectedEmergency); in hashCode()