HomeSort by relevance Sort by last modified time
    Searched refs:mNumberPresentation (Results 1 - 5 of 5) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsExternalConnection.java 92 mNumberPresentation = PhoneConstants.PRESENTATION_ALLOWED;
153 return mNumberPresentation;
230 mNumberPresentation = PhoneConstants.PRESENTATION_RESTRICTED;
ImsPhoneConnection.java 168 mNumberPresentation = ImsCallProfile.OIRToPresentation(
174 mNumberPresentation = PhoneConstants.PRESENTATION_UNKNOWN;
216 mNumberPresentation = PhoneConstants.PRESENTATION_ALLOWED;
593 return mNumberPresentation;
767 if (mNumberPresentation != nump) {
768 mNumberPresentation = nump;
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
GsmCdmaConnection.java 136 mNumberPresentation = dc.numberPresentation;
177 mNumberPresentation = PhoneConstants.PRESENTATION_ALLOWED;
209 mNumberPresentation = cw.numberPresentation;
633 mNumberPresentation = dc.numberPresentation;
    [all...]
Connection.java 155 protected int mNumberPresentation = PhoneConstants.PRESENTATION_ALLOWED;
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 

Completed in 1129 milliseconds