Searched refs:mNumberPresentation (Results 1 – 4 of 4) sorted by relevance
92 mNumberPresentation = PhoneConstants.PRESENTATION_ALLOWED; in ImsExternalConnection()153 return mNumberPresentation; in getNumberPresentation()230 mNumberPresentation = PhoneConstants.PRESENTATION_RESTRICTED; in setExternalConnectionAddress()
168 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()
136 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()
155 protected int mNumberPresentation = PhoneConstants.PRESENTATION_ALLOWED; field in Connection