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()
158 return mNumberPresentation; in getNumberPresentation()
236 mNumberPresentation = PhoneConstants.PRESENTATION_RESTRICTED; in setExternalConnectionAddress()
DImsPhoneConnection.java191 mNumberPresentation = ImsCallProfile.OIRToPresentation( in ImsPhoneConnection()
197 mNumberPresentation = PhoneConstants.PRESENTATION_UNKNOWN; in ImsPhoneConnection()
243 mNumberPresentation = PhoneConstants.PRESENTATION_ALLOWED; in ImsPhoneConnection()
669 return mNumberPresentation; in getNumberPresentation()
856 if (mNumberPresentation != nump) { in updateAddressDisplay()
857 mNumberPresentation = nump; in updateAddressDisplay()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DGsmCdmaConnection.java145 mNumberPresentation = dc.numberPresentation; in GsmCdmaConnection()
192 mNumberPresentation = PhoneConstants.PRESENTATION_ALLOWED; in GsmCdmaConnection()
226 mNumberPresentation = cw.numberPresentation; in GsmCdmaConnection()
699 mNumberPresentation = dc.numberPresentation; in update()
1165 return mNumberPresentation; in getNumberPresentation()
DConnection.java186 protected int mNumberPresentation = PhoneConstants.PRESENTATION_ALLOWED; field in Connection
1138 mNumberPresentation = numberPresentation; in setAddress()