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

/frameworks/base/core/java/android/provider/
H A DCallLog.java145 * <li>{@link #PRESENTATION_ALLOWED}</li>
157 public static final int PRESENTATION_ALLOWED = 1; field in class:CallLog.Calls
308 int numberPresentation = PRESENTATION_ALLOWED;
323 if (numberPresentation != PRESENTATION_ALLOWED) {
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DPhoneConstants.java67 public static int PRESENTATION_ALLOWED = 1; // normal field in class:PhoneConstants

Completed in 448 milliseconds