HomeSort by relevance Sort by last modified time
    Searched defs:numberPresentation (Results 1 - 6 of 6) sorted by null

  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CdmaCallWaitingNotification.java 30 public int numberPresentation = 0;
44 + " numberPresentation: " + numberPresentation
CdmaConnection.java 78 int numberPresentation = Connection.PRESENTATION_ALLOWED;
134 numberPresentation = dc.numberPresentation;
164 numberPresentation = Connection.PRESENTATION_ALLOWED;
188 numberPresentation = cw.numberPresentation;
513 numberPresentation = dc.numberPresentation;
945 return numberPresentation;
  /frameworks/base/telephony/java/com/android/internal/telephony/
DriverCall.java 49 public int numberPresentation;
72 ret.numberPresentation = Connection.PRESENTATION_ALLOWED;
114 /*+ "number=" + number */ + ",cli=" + numberPresentation + ","
CallerInfo.java 87 public int numberPresentation;
572 .append("\nnumberPresentation: " + numberPresentation)
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GsmConnection.java 74 int numberPresentation = Connection.PRESENTATION_ALLOWED;
128 numberPresentation = dc.numberPresentation;
733 return numberPresentation;
  /hardware/ril/include/telephony/
ril.h 180 int numberPresentation; /* 0=Allowed, 1=Restricted, 2=Not Specified/Unknown 3=Payphone */
545 int numberPresentation; /* 0=Allowed, 1=Restricted, 2=Not Specified/Unknown */
552 int numberPresentation; /* 0=Allowed, 1=Restricted, 2=Not Specified/Unknown */
    [all...]

Completed in 194 milliseconds