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.java90 mNumberPresentation = PhoneConstants.PRESENTATION_ALLOWED; in ImsExternalConnection()
169 return mNumberPresentation; in getNumberPresentation()
247 mNumberPresentation = PhoneConstants.PRESENTATION_RESTRICTED; in setExternalConnectionAddress()
DImsPhoneConnection.java194 mNumberPresentation = ImsCallProfile.OIRToPresentation( in ImsPhoneConnection()
202 mNumberPresentation = PhoneConstants.PRESENTATION_UNKNOWN; in ImsPhoneConnection()
248 mNumberPresentation = PhoneConstants.PRESENTATION_ALLOWED; in ImsPhoneConnection()
285 mNumberPresentation = PhoneConstants.PRESENTATION_ALLOWED; in ImsPhoneConnection()
740 return mNumberPresentation; in getNumberPresentation()
928 if (mNumberPresentation != nump) { in updateAddressDisplay()
929 mNumberPresentation = nump; in updateAddressDisplay()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DGsmCdmaConnection.java143 mNumberPresentation = dc.numberPresentation; in GsmCdmaConnection()
190 mNumberPresentation = PhoneConstants.PRESENTATION_ALLOWED; in GsmCdmaConnection()
224 mNumberPresentation = cw.numberPresentation; in GsmCdmaConnection()
710 mNumberPresentation = dc.numberPresentation; in update()
1176 return mNumberPresentation; in getNumberPresentation()
DConnection.java197 protected int mNumberPresentation = PhoneConstants.PRESENTATION_ALLOWED; field in Connection
1207 mNumberPresentation = numberPresentation; in setAddress()