Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsExternalConnection.java91 mNumberPresentation = PhoneConstants.PRESENTATION_ALLOWED; in ImsExternalConnection()
170 return mNumberPresentation; in getNumberPresentation()
248 mNumberPresentation = PhoneConstants.PRESENTATION_RESTRICTED; in setExternalConnectionAddress()
DImsPhoneConnection.java222 mNumberPresentation = ImsCallProfile.OIRToPresentation( in ImsPhoneConnection()
230 mNumberPresentation = PhoneConstants.PRESENTATION_UNKNOWN; in ImsPhoneConnection()
281 mNumberPresentation = PhoneConstants.PRESENTATION_ALLOWED; in ImsPhoneConnection()
327 mNumberPresentation = PhoneConstants.PRESENTATION_ALLOWED; in ImsPhoneConnection()
796 return mNumberPresentation; in getNumberPresentation()
992 if (mNumberPresentation != nump) { in updateAddressDisplay()
993 mNumberPresentation = nump; in updateAddressDisplay()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DGsmCdmaConnection.java152 mNumberPresentation = dc.numberPresentation; in GsmCdmaConnection()
206 mNumberPresentation = PhoneConstants.PRESENTATION_ALLOWED; in GsmCdmaConnection()
240 mNumberPresentation = cw.numberPresentation; in GsmCdmaConnection()
747 mNumberPresentation = dc.numberPresentation; in update()
1213 return mNumberPresentation; in getNumberPresentation()
DConnection.java238 protected int mNumberPresentation = PhoneConstants.PRESENTATION_ALLOWED; field in Connection
1374 mNumberPresentation = numberPresentation; in setAddress()