Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSrvccConnection.java82 private int mNamePresentation; field in SrvccConnection
112 mNamePresentation = PhoneConstants.PRESENTATION_ALLOWED; in SrvccConnection()
114 mNamePresentation = PhoneConstants.PRESENTATION_UNKNOWN; in SrvccConnection()
143 mNamePresentation = ImsCallProfile.OIRToPresentation( in initialize()
156 mNamePresentation = c.getCnapNamePresentation(); in initialize()
237 return mNamePresentation; in getNamePresentation()