Searched refs:numberPresentation (Results 1 – 9 of 9) sorted by relevance
33 public int numberPresentation = 0; field in CdmaCallWaitingNotification48 + " numberPresentation: " + numberPresentation in toString()
88 public int numberPresentation; field in DriverCall113 ret.numberPresentation = PhoneConstants.PRESENTATION_ALLOWED; in fromCLCCLine()157 /*+ "number=" + number */ + ",cli=" + numberPresentation + "," in toString()
143 mNumberPresentation = dc.numberPresentation; in GsmCdmaConnection()224 mNumberPresentation = cw.numberPresentation; in GsmCdmaConnection()710 mNumberPresentation = dc.numberPresentation; in update()
1204 public void setAddress(String newAddress, int numberPresentation) { in setAddress() argument1207 mNumberPresentation = numberPresentation; in setAddress()
537 notification.numberPresentation = CdmaCallWaitingNotification.presentationFromCLIP( in cdmaCallWaiting()538 callWaitingRecord.numberPresentation); in cdmaCallWaiting()540 notification.namePresentation = notification.numberPresentation; in cdmaCallWaiting()
1913 dc.numberPresentation = in responseCurrentCalls()1915 (int) (calls.get(i).numberPresentation)); in responseCurrentCalls()1992 dc.numberPresentation = in responseCurrentCalls_1_2()1994 (int) (calls.get(i).base.numberPresentation)); in responseCurrentCalls_1_2()
731 int numberPresentation = getLogNumberPresentation(number, presentation); in addCall() local733 if (numberPresentation != PRESENTATION_ALLOWED) { in addCall()753 values.put(NUMBER_PRESENTATION, Integer.valueOf(numberPresentation)); in addCall()
99 public int numberPresentation; field in CallerInfo753 .append("\nnumberPresentation: " + numberPresentation) in toString()
98272 Lcom/android/internal/telephony/CallerInfo;->numberPresentation:I