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.java92 mNumberPresentation = PhoneConstants.PRESENTATION_ALLOWED; in ImsExternalConnection()
153 return mNumberPresentation; in getNumberPresentation()
230 mNumberPresentation = PhoneConstants.PRESENTATION_RESTRICTED; in setExternalConnectionAddress()
DImsPhoneConnection.java168 mNumberPresentation = ImsCallProfile.OIRToPresentation( in ImsPhoneConnection()
174 mNumberPresentation = PhoneConstants.PRESENTATION_UNKNOWN; in ImsPhoneConnection()
216 mNumberPresentation = PhoneConstants.PRESENTATION_ALLOWED; in ImsPhoneConnection()
593 return mNumberPresentation; in getNumberPresentation()
767 if (mNumberPresentation != nump) { in updateAddressDisplay()
768 mNumberPresentation = nump; in updateAddressDisplay()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DGsmCdmaConnection.java136 mNumberPresentation = dc.numberPresentation; in GsmCdmaConnection()
177 mNumberPresentation = PhoneConstants.PRESENTATION_ALLOWED; in GsmCdmaConnection()
209 mNumberPresentation = cw.numberPresentation; in GsmCdmaConnection()
633 mNumberPresentation = dc.numberPresentation; in update()
1064 return mNumberPresentation; in getNumberPresentation()
DConnection.java155 protected int mNumberPresentation = PhoneConstants.PRESENTATION_ALLOWED; field in Connection