Searched refs:mConnectionEvent (Results 1 – 1 of 1) sorted by relevance
37 private @ConnectionEvent int mConnectionEvent; field in SecurityAlgorithmUpdate45 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()