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

/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
H A DCdmaCallWaitingNotification.java30 public int numberPresentation = 0; field in class:CdmaCallWaitingNotification
42 + " numberPresentation: " + numberPresentation
H A DCdmaConnection.java79 int numberPresentation = Connection.PRESENTATION_ALLOWED; field in class:CdmaConnection
135 numberPresentation = dc.numberPresentation;
165 numberPresentation = Connection.PRESENTATION_ALLOWED;
189 numberPresentation = cw.numberPresentation;
514 numberPresentation = dc.numberPresentation;
946 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.java77 public int numberPresentation; field in class:CallerInfo
481 .append("\nnumberPresentation: " + numberPresentation)
H A DRIL.java2908 dc.numberPresentation = DriverCall.presentationFromCLIP(np);
3143 notification.numberPresentation = notification.presentationFromCLIP(p.readInt());
3145 notification.namePresentation = notification.numberPresentation;
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
H A DGsmConnection.java75 int numberPresentation = Connection.PRESENTATION_ALLOWED; field in class:GsmConnection
129 numberPresentation = dc.numberPresentation;
734 return numberPresentation;
/frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DCallerInfoTest.java224 assertEquals(0, mInfo.numberPresentation);

Completed in 457 milliseconds