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/cdma/
DCdmaConnection.java121 mNumberPresentation = dc.numberPresentation; in CdmaConnection()
151 mNumberPresentation = PhoneConstants.PRESENTATION_ALLOWED; in CdmaConnection()
175 mNumberPresentation = cw.numberPresentation; in CdmaConnection()
478 mNumberPresentation = dc.numberPresentation; in update()
916 return mNumberPresentation; in getNumberPresentation()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneConnection.java130 mNumberPresentation = ImsCallProfile.OIRToPresentation( in ImsPhoneConnection()
137 mNumberPresentation = PhoneConstants.PRESENTATION_UNKNOWN; in ImsPhoneConnection()
170 mNumberPresentation = PhoneConstants.PRESENTATION_ALLOWED; in ImsPhoneConnection()
520 return mNumberPresentation; in getNumberPresentation()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DGsmConnection.java123 mNumberPresentation = dc.numberPresentation; in GsmConnection()
151 mNumberPresentation = PhoneConstants.PRESENTATION_ALLOWED; in GsmConnection()
450 mNumberPresentation = dc.numberPresentation; in update()
746 return mNumberPresentation; in getNumberPresentation()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DConnection.java81 protected int mNumberPresentation = PhoneConstants.PRESENTATION_ALLOWED; field in Connection
432 mNumberPresentation = c.getNumberPresentation(); in migrateFrom()