Searched refs:PRESENTATION_UNKNOWN (Results 1 - 7 of 7) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaCallWaitingNotification.java62 case 2: return PhoneConstants.PRESENTATION_UNKNOWN;
66 return PhoneConstants.PRESENTATION_UNKNOWN;
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DPhoneConstants.java71 public static final int PRESENTATION_UNKNOWN = 3; // no specified or unknown by network field in class:PhoneConstants
/frameworks/base/telephony/java/com/android/ims/
H A DImsCallProfile.java380 case PhoneConstants.PRESENTATION_UNKNOWN:
401 return PhoneConstants.PRESENTATION_UNKNOWN;
403 return PhoneConstants.PRESENTATION_UNKNOWN;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DDriverCall.java139 case 2: return PhoneConstants.PRESENTATION_UNKNOWN;
/frameworks/base/core/java/android/provider/
H A DCallLog.java192 * <li>{@link #PRESENTATION_UNKNOWN}</li>
206 public static final int PRESENTATION_UNKNOWN = 3; field in class:CallLog.Calls
517 || presentation == PhoneConstants.PRESENTATION_UNKNOWN) {
518 numberPresentation = PRESENTATION_UNKNOWN;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneConnection.java138 mNumberPresentation = PhoneConstants.PRESENTATION_UNKNOWN;
139 mCnapNamePresentation = PhoneConstants.PRESENTATION_UNKNOWN;
/frameworks/base/telecomm/java/android/telecom/
H A DTelecomManager.java387 public static final int PRESENTATION_UNKNOWN = 3; field in class:TelecomManager

Completed in 3223 milliseconds