Searched refs:mNumberPresentation (Results 1 – 4 of 4) sorted by relevance
90 mNumberPresentation = PhoneConstants.PRESENTATION_ALLOWED; in ImsExternalConnection()157 return mNumberPresentation; in getNumberPresentation()234 mNumberPresentation = PhoneConstants.PRESENTATION_RESTRICTED; in setExternalConnectionAddress()
182 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()
135 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()
171 protected int mNumberPresentation = PhoneConstants.PRESENTATION_ALLOWED; field in Connection