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.java78 mNumberPresentation = PhoneConstants.PRESENTATION_ALLOWED; in ImsExternalConnection()
139 return mNumberPresentation; in getNumberPresentation()
DImsPhoneConnection.java156 mNumberPresentation = ImsCallProfile.OIRToPresentation( in ImsPhoneConnection()
162 mNumberPresentation = PhoneConstants.PRESENTATION_UNKNOWN; in ImsPhoneConnection()
204 mNumberPresentation = PhoneConstants.PRESENTATION_ALLOWED; in ImsPhoneConnection()
585 return mNumberPresentation; in getNumberPresentation()
759 if (mNumberPresentation != nump) { in updateAddressDisplay()
760 mNumberPresentation = nump; in updateAddressDisplay()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DGsmCdmaConnection.java134 mNumberPresentation = dc.numberPresentation; in GsmCdmaConnection()
172 mNumberPresentation = PhoneConstants.PRESENTATION_ALLOWED; in GsmCdmaConnection()
204 mNumberPresentation = cw.numberPresentation; in GsmCdmaConnection()
621 mNumberPresentation = dc.numberPresentation; in update()
1052 return mNumberPresentation; in getNumberPresentation()
DConnection.java145 protected int mNumberPresentation = PhoneConstants.PRESENTATION_ALLOWED; field in Connection