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()
157 return mNumberPresentation; in getNumberPresentation()
234 mNumberPresentation = PhoneConstants.PRESENTATION_RESTRICTED; in setExternalConnectionAddress()
DImsPhoneConnection.java182 mNumberPresentation = ImsCallProfile.OIRToPresentation( in ImsPhoneConnection()
188 mNumberPresentation = PhoneConstants.PRESENTATION_UNKNOWN; in ImsPhoneConnection()
233 mNumberPresentation = PhoneConstants.PRESENTATION_ALLOWED; in ImsPhoneConnection()
648 return mNumberPresentation; in getNumberPresentation()
834 if (mNumberPresentation != nump) { in updateAddressDisplay()
835 mNumberPresentation = nump; in updateAddressDisplay()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DGsmCdmaConnection.java135 mNumberPresentation = dc.numberPresentation; in GsmCdmaConnection()
178 mNumberPresentation = PhoneConstants.PRESENTATION_ALLOWED; in GsmCdmaConnection()
210 mNumberPresentation = cw.numberPresentation; in GsmCdmaConnection()
670 mNumberPresentation = dc.numberPresentation; in update()
1114 return mNumberPresentation; in getNumberPresentation()
DConnection.java171 protected int mNumberPresentation = PhoneConstants.PRESENTATION_ALLOWED; field in Connection