Searched defs:PRESENTATION_ALLOWED (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/provider/
H A DCallLog.java232 * <li>{@link #PRESENTATION_ALLOWED}</li>
244 public static final int PRESENTATION_ALLOWED = 1; field in class:CallLog.Calls
600 int numberPresentation = PRESENTATION_ALLOWED;
631 if (numberPresentation != PRESENTATION_ALLOWED) {
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DPhoneConstants.java72 public static final int PRESENTATION_ALLOWED = 1; // normal field in class:PhoneConstants
/frameworks/base/telecomm/java/android/telecom/
H A DTelecomManager.java489 public static final int PRESENTATION_ALLOWED = 1; field in class:TelecomManager

Completed in 1022 milliseconds