Searched refs:numberPresentation (Results 1 – 7 of 7) sorted by relevance
73 public int numberPresentation; field in DriverCall97 ret.numberPresentation = PhoneConstants.PRESENTATION_ALLOWED; in fromCLCCLine()140 /*+ "number=" + number */ + ",cli=" + numberPresentation + "," in toString()
135 mNumberPresentation = dc.numberPresentation; in GsmCdmaConnection()210 mNumberPresentation = cw.numberPresentation; in GsmCdmaConnection()670 mNumberPresentation = dc.numberPresentation; in update()
492 notification.numberPresentation = CdmaCallWaitingNotification.presentationFromCLIP( in cdmaCallWaiting()493 callWaitingRecord.numberPresentation); in cdmaCallWaiting()495 notification.namePresentation = notification.numberPresentation; in cdmaCallWaiting()
1490 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()
30 public int numberPresentation = 0; field in CdmaCallWaitingNotification45 + " numberPresentation: " + numberPresentation in toString()
622 int numberPresentation = PRESENTATION_ALLOWED; in addCall() local646 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()
92 public int numberPresentation; field in CallerInfo656 .append("\nnumberPresentation: " + numberPresentation) in toString()