Searched refs:numberPresentation (Results 1 – 7 of 7) sorted by relevance
49 public int numberPresentation; field in DriverCall72 ret.numberPresentation = PhoneConstants.PRESENTATION_ALLOWED; in fromCLCCLine()115 /*+ "number=" + number */ + ",cli=" + numberPresentation + "," in toString()
135 mNumberPresentation = dc.numberPresentation; in GsmCdmaConnection()208 mNumberPresentation = cw.numberPresentation; in GsmCdmaConnection()635 mNumberPresentation = dc.numberPresentation; in update()
426 notification.numberPresentation = CdmaCallWaitingNotification.presentationFromCLIP( in cdmaCallWaiting()427 callWaitingRecord.numberPresentation); in cdmaCallWaiting()429 notification.namePresentation = notification.numberPresentation; in cdmaCallWaiting()
1275 dc.numberPresentation = in responseCurrentCalls()1277 (int) (calls.get(i).numberPresentation)); in responseCurrentCalls()
30 public int numberPresentation = 0; field in CdmaCallWaitingNotification45 + " numberPresentation: " + numberPresentation in toString()
613 int numberPresentation = PRESENTATION_ALLOWED; in addCall() local637 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()
92 public int numberPresentation; field in CallerInfo656 .append("\nnumberPresentation: " + numberPresentation) in toString()