Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DCellularIdentifierDisclosure.java37 private @NasProtocolMessage int mNasProtocolMessage; field in CellularIdentifierDisclosure
44 mNasProtocolMessage = nasProtocolMessage; in CellularIdentifierDisclosure()
55 return mNasProtocolMessage; in getNasProtocolMessage()
77 out.writeInt(mNasProtocolMessage); in writeToParcel()
96 return TAG + ":{ mNasProtocolMessage = " + mNasProtocolMessage in toString()
106 return mNasProtocolMessage == that.mNasProtocolMessage in equals()
113 return Objects.hash(mNasProtocolMessage, mCellularIdentifier, mIsEmergency, in hashCode()
118 mNasProtocolMessage = in.readInt(); in readFromParcel()