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.java73 public int numberPresentation; field in DriverCall
97 ret.numberPresentation = PhoneConstants.PRESENTATION_ALLOWED; in fromCLCCLine()
140 /*+ "number=" + number */ + ",cli=" + numberPresentation + "," in toString()
DGsmCdmaConnection.java135 mNumberPresentation = dc.numberPresentation; in GsmCdmaConnection()
210 mNumberPresentation = cw.numberPresentation; in GsmCdmaConnection()
670 mNumberPresentation = dc.numberPresentation; in update()
DRadioIndication.java492 notification.numberPresentation = CdmaCallWaitingNotification.presentationFromCLIP( in cdmaCallWaiting()
493 callWaitingRecord.numberPresentation); in cdmaCallWaiting()
495 notification.namePresentation = notification.numberPresentation; in cdmaCallWaiting()
DRadioResponse.java1490 dc.numberPresentation = in responseCurrentCalls()
1492 (int) (calls.get(i).numberPresentation)); in responseCurrentCalls()
1569 dc.numberPresentation = in responseCurrentCalls_1_2()
1571 (int) (calls.get(i).base.numberPresentation)); in responseCurrentCalls_1_2()
/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.java622 int numberPresentation = PRESENTATION_ALLOWED; in addCall() local
646 numberPresentation = PRESENTATION_RESTRICTED; in addCall()
648 numberPresentation = PRESENTATION_PAYPHONE; in addCall()
651 numberPresentation = PRESENTATION_UNKNOWN; in addCall()
653 if (numberPresentation != PRESENTATION_ALLOWED) { in addCall()
673 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()