Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneConnection.java158 mCnapNamePresentation = ImsCallProfile.OIRToPresentation( in ImsPhoneConnection()
163 mCnapNamePresentation = PhoneConstants.PRESENTATION_UNKNOWN; in ImsPhoneConnection()
203 mCnapNamePresentation = PhoneConstants.PRESENTATION_ALLOWED; in ImsPhoneConnection()
763 if (mCnapNamePresentation != namep) { in updateAddressDisplay()
764 mCnapNamePresentation = namep; in updateAddressDisplay()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DGsmCdmaConnection.java133 mCnapNamePresentation = dc.namePresentation; in GsmCdmaConnection()
171 mCnapNamePresentation = PhoneConstants.PRESENTATION_ALLOWED; in GsmCdmaConnection()
206 mCnapNamePresentation = cw.namePresentation; in GsmCdmaConnection()
620 mCnapNamePresentation = dc.namePresentation; in update()
DConnection.java142 protected int mCnapNamePresentation = PhoneConstants.PRESENTATION_ALLOWED; field in Connection
244 return mCnapNamePresentation; in getCnapNamePresentation()