Searched refs:numberPresentation (Results 1 – 11 of 11) sorted by relevance
33 public int numberPresentation = 0; field in CdmaCallWaitingNotification48 + " numberPresentation: " + numberPresentation in toString()
89 public int numberPresentation; field in DriverCall114 ret.numberPresentation = PhoneConstants.PRESENTATION_ALLOWED; in fromCLCCLine()158 /*+ "number=" + number */ + ",cli=" + numberPresentation + "," in toString()
115 notification.numberPresentation = CdmaCallWaitingNotification.presentationFromCLIP( in cdmaCallWaiting()116 callWaitingRecord.numberPresentation); in cdmaCallWaiting()118 notification.namePresentation = notification.numberPresentation; in cdmaCallWaiting()
152 mNumberPresentation = dc.numberPresentation; in GsmCdmaConnection()240 mNumberPresentation = cw.numberPresentation; in GsmCdmaConnection()747 mNumberPresentation = dc.numberPresentation; in update()
1371 public void setAddress(String newAddress, int numberPresentation) { in setAddress() argument1374 mNumberPresentation = numberPresentation; in setAddress()
580 notification.numberPresentation = CdmaCallWaitingNotification.presentationFromCLIP( in cdmaCallWaiting()581 callWaitingRecord.numberPresentation); in cdmaCallWaiting()583 notification.namePresentation = notification.numberPresentation; in cdmaCallWaiting()
3930 dc.numberPresentation = DriverCall.presentationFromCLIP(call10.numberPresentation); in convertToDriverCall()3970 dc.numberPresentation = DriverCall.presentationFromCLIP(halCall.numberPresentation); in convertToDriverCall()
204 @TelecomManager.Presentation int numberPresentation, boolean isNumberInContacts) { in shouldSystemBlockNumber() argument209 extras.putInt(BlockedNumberContract.EXTRA_CALL_PRESENTATION, numberPresentation); in shouldSystemBlockNumber()
1794 int numberPresentation = getLogNumberPresentation(params.mNumber, params.mPresentation); in addCall() local1796 if (numberPresentation != PRESENTATION_ALLOWED) { in addCall()1815 values.put(NUMBER_PRESENTATION, Integer.valueOf(numberPresentation)); in addCall()
100 public int numberPresentation; field in CallerInfo755 .append("\nnumberPresentation: " + numberPresentation) in toString()
83196 Lcom/android/internal/telephony/CallerInfo;->numberPresentation:I