Home
last modified time | relevance | path

Searched refs:numberPresentation (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
DDriverCall.java49 public int numberPresentation; field in DriverCall
72 ret.numberPresentation = Connection.PRESENTATION_ALLOWED; in fromCLCCLine()
114 /*+ "number=" + number */ + ",cli=" + numberPresentation + "," in toString()
DCallerInfo.java87 public int numberPresentation; field in CallerInfo
572 .append("\nnumberPresentation: " + numberPresentation) in toString()
DRIL.java2948 dc.numberPresentation = DriverCall.presentationFromCLIP(np); in responseCallList()
3269 notification.numberPresentation = notification.presentationFromCLIP(p.readInt()); in responseCdmaCallWaiting()
3271 notification.namePresentation = notification.numberPresentation; in responseCdmaCallWaiting()
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
DCdmaCallWaitingNotification.java30 public int numberPresentation = 0; field in CdmaCallWaitingNotification
44 + " numberPresentation: " + numberPresentation in toString()
DCdmaConnection.java78 int numberPresentation = Connection.PRESENTATION_ALLOWED; field in CdmaConnection
134 numberPresentation = dc.numberPresentation; in CdmaConnection()
164 numberPresentation = Connection.PRESENTATION_ALLOWED; in CdmaConnection()
188 numberPresentation = cw.numberPresentation; in CdmaConnection()
513 numberPresentation = dc.numberPresentation; in update()
945 return numberPresentation; in getNumberPresentation()
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
DGsmConnection.java74 int numberPresentation = Connection.PRESENTATION_ALLOWED; field in GsmConnection
128 numberPresentation = dc.numberPresentation; in GsmConnection()
733 return numberPresentation; in getNumberPresentation()
/frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCallerInfoTest.java224 assertEquals(0, mInfo.numberPresentation); in assertIsValidEmergencyCallerInfo()