Searched refs:numberPresentation (Results 1 – 9 of 9) sorted by relevance
86 public int numberPresentation; field in DriverCall111 ret.numberPresentation = PhoneConstants.PRESENTATION_ALLOWED; in fromCLCCLine()155 /*+ "number=" + number */ + ",cli=" + numberPresentation + "," in toString()
145 mNumberPresentation = dc.numberPresentation; in GsmCdmaConnection()226 mNumberPresentation = cw.numberPresentation; in GsmCdmaConnection()699 mNumberPresentation = dc.numberPresentation; in update()
1135 public void setAddress(String newAddress, int numberPresentation) { in setAddress() argument1138 mNumberPresentation = numberPresentation; in setAddress()
529 notification.numberPresentation = CdmaCallWaitingNotification.presentationFromCLIP( in cdmaCallWaiting()530 callWaitingRecord.numberPresentation); in cdmaCallWaiting()532 notification.namePresentation = notification.numberPresentation; in cdmaCallWaiting()
1673 dc.numberPresentation = in responseCurrentCalls()1675 (int) (calls.get(i).numberPresentation)); in responseCurrentCalls()1752 dc.numberPresentation = in responseCurrentCalls_1_2()1754 (int) (calls.get(i).base.numberPresentation)); in responseCurrentCalls_1_2()
32 public int numberPresentation = 0; field in CdmaCallWaitingNotification47 + " numberPresentation: " + numberPresentation in toString()
730 int numberPresentation = getLogNumberPresentation(number, presentation); in addCall() local731 if (numberPresentation != PRESENTATION_ALLOWED) { in addCall()751 values.put(NUMBER_PRESENTATION, Integer.valueOf(numberPresentation)); in addCall()
96 public int numberPresentation; field in CallerInfo681 .append("\nnumberPresentation: " + numberPresentation) in toString()
104769 Lcom/android/internal/telephony/CallerInfo;->numberPresentation:I