Searched defs:numberPresentation (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
H A DCdmaCallWaitingNotification.java30 public int numberPresentation = 0; field in class:CdmaCallWaitingNotification
44 + " numberPresentation: " + numberPresentation
H A DCdmaConnection.java78 int numberPresentation = Connection.PRESENTATION_ALLOWED; field in class:CdmaConnection
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/
H A DDriverCall.java49 public int numberPresentation; field in class:DriverCall
72 ret.numberPresentation = Connection.PRESENTATION_ALLOWED;
114 /*+ "number=" + number */ + ",cli=" + numberPresentation + ","
H A DCallerInfo.java87 public int numberPresentation; field in class:CallerInfo
572 .append("\nnumberPresentation: " + numberPresentation)
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
H A DGsmConnection.java74 int numberPresentation = Connection.PRESENTATION_ALLOWED; field in class:GsmConnection
128 numberPresentation = dc.numberPresentation;
733 return numberPresentation;

Completed in 300 milliseconds