Searched refs:PRESENTATION_ALLOWED (Results 1 - 12 of 12) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaCallWaitingNotification.java60 case 0: return PhoneConstants.PRESENTATION_ALLOWED;
H A DCdmaConnection.java152 mCnapNamePresentation = PhoneConstants.PRESENTATION_ALLOWED;
153 mNumberPresentation = PhoneConstants.PRESENTATION_ALLOWED;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DDriverCall.java72 ret.numberPresentation = PhoneConstants.PRESENTATION_ALLOWED;
137 case 0: return PhoneConstants.PRESENTATION_ALLOWED;
H A DConnection.java90 protected int mCnapNamePresentation = PhoneConstants.PRESENTATION_ALLOWED;
93 protected int mNumberPresentation = PhoneConstants.PRESENTATION_ALLOWED;
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DPhoneConstants.java69 public static final int PRESENTATION_ALLOWED = 1; // normal field in class:PhoneConstants
/frameworks/base/telephony/java/com/android/ims/
H A DImsCallProfile.java376 case PhoneConstants.PRESENTATION_ALLOWED:
397 return PhoneConstants.PRESENTATION_ALLOWED;
/frameworks/base/core/java/android/provider/
H A DCallLog.java190 * <li>{@link #PRESENTATION_ALLOWED}</li>
202 public static final int PRESENTATION_ALLOWED = 1; field in class:CallLog.Calls
489 int numberPresentation = PRESENTATION_ALLOWED;
520 if (numberPresentation != PRESENTATION_ALLOWED) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipConnectionBase.java191 if (VDBG) log("getNumberPresentation: ret=PRESENTATION_ALLOWED");
192 return PhoneConstants.PRESENTATION_ALLOWED;
H A DSipPhone.java831 return PhoneConstants.PRESENTATION_ALLOWED;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmConnection.java151 mCnapNamePresentation = PhoneConstants.PRESENTATION_ALLOWED;
152 mNumberPresentation = PhoneConstants.PRESENTATION_ALLOWED;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneConnection.java173 mCnapNamePresentation = PhoneConstants.PRESENTATION_ALLOWED;
174 mNumberPresentation = PhoneConstants.PRESENTATION_ALLOWED;
/frameworks/base/telecomm/java/android/telecom/
H A DTelecomManager.java377 public static final int PRESENTATION_ALLOWED = 1; field in class:TelecomManager

Completed in 357 milliseconds