Searched refs:numberPresentation (Results 1 - 7 of 7) sorted by last modified time

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DDriverCall.java49 public int numberPresentation; field in class:DriverCall
72 ret.numberPresentation = PhoneConstants.PRESENTATION_ALLOWED;
115 /*+ "number=" + number */ + ",cli=" + numberPresentation + ","
H A DRIL.java3523 dc.numberPresentation = DriverCall.presentationFromCLIP(np);
3525 // according to ril.h, namePresentation should be handled as numberPresentation;
3849 notification.numberPresentation =
3852 notification.namePresentation = notification.numberPresentation;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaCallWaitingNotification.java30 public int numberPresentation = 0; field in class:CdmaCallWaitingNotification
45 + " numberPresentation: " + numberPresentation
H A DCdmaConnection.java122 mNumberPresentation = dc.numberPresentation;
177 mNumberPresentation = cw.numberPresentation;
482 mNumberPresentation = dc.numberPresentation;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmConnection.java124 mNumberPresentation = dc.numberPresentation;
453 mNumberPresentation = dc.numberPresentation;
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DCallerInfo.java89 public int numberPresentation; field in class:CallerInfo
636 .append("\nnumberPresentation: " + numberPresentation)
/frameworks/base/core/java/android/provider/
H A DCallLog.java489 int numberPresentation = PRESENTATION_ALLOWED;
513 numberPresentation = PRESENTATION_RESTRICTED;
515 numberPresentation = PRESENTATION_PAYPHONE;
518 numberPresentation = PRESENTATION_UNKNOWN;
520 if (numberPresentation != PRESENTATION_ALLOWED) {
538 values.put(NUMBER_PRESENTATION, Integer.valueOf(numberPresentation));

Completed in 200 milliseconds