Searched refs:mNumberPresentation (Results 1 - 2 of 2) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmConnection.java79 int mNumberPresentation = PhoneConstants.PRESENTATION_ALLOWED; field in class:GsmConnection
135 mNumberPresentation = dc.numberPresentation;
163 mNumberPresentation = PhoneConstants.PRESENTATION_ALLOWED;
463 mNumberPresentation = dc.numberPresentation;
754 return mNumberPresentation;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaConnection.java80 int mNumberPresentation = PhoneConstants.PRESENTATION_ALLOWED; field in class:CdmaConnection
136 mNumberPresentation = dc.numberPresentation;
166 mNumberPresentation = PhoneConstants.PRESENTATION_ALLOWED;
190 mNumberPresentation = cw.numberPresentation;
507 mNumberPresentation = dc.numberPresentation;
940 return mNumberPresentation;

Completed in 632 milliseconds