Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DDriverCall.java49 public int numberPresentation; field in DriverCall
72 ret.numberPresentation = PhoneConstants.PRESENTATION_ALLOWED; in fromCLCCLine()
115 /*+ "number=" + number */ + ",cli=" + numberPresentation + "," in toString()
DGsmCdmaConnection.java135 mNumberPresentation = dc.numberPresentation; in GsmCdmaConnection()
208 mNumberPresentation = cw.numberPresentation; in GsmCdmaConnection()
635 mNumberPresentation = dc.numberPresentation; in update()
DRadioIndication.java426 notification.numberPresentation = CdmaCallWaitingNotification.presentationFromCLIP( in cdmaCallWaiting()
427 callWaitingRecord.numberPresentation); in cdmaCallWaiting()
429 notification.namePresentation = notification.numberPresentation; in cdmaCallWaiting()
DRadioResponse.java1275 dc.numberPresentation = in responseCurrentCalls()
1277 (int) (calls.get(i).numberPresentation)); in responseCurrentCalls()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
DCdmaCallWaitingNotification.java30 public int numberPresentation = 0; field in CdmaCallWaitingNotification
45 + " numberPresentation: " + numberPresentation in toString()
/frameworks/base/core/java/android/provider/
DCallLog.java613 int numberPresentation = PRESENTATION_ALLOWED; in addCall() local
637 numberPresentation = PRESENTATION_RESTRICTED; in addCall()
639 numberPresentation = PRESENTATION_PAYPHONE; in addCall()
642 numberPresentation = PRESENTATION_UNKNOWN; in addCall()
644 if (numberPresentation != PRESENTATION_ALLOWED) { in addCall()
664 values.put(NUMBER_PRESENTATION, Integer.valueOf(numberPresentation)); in addCall()
/frameworks/base/telephony/java/com/android/internal/telephony/
DCallerInfo.java92 public int numberPresentation; field in CallerInfo
656 .append("\nnumberPresentation: " + numberPresentation) in toString()