Home
last modified time | relevance | path

Searched refs:numberPresentation (Results 1 – 11 of 11) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
DCdmaCallWaitingNotification.java33 public int numberPresentation = 0; field in CdmaCallWaitingNotification
48 + " numberPresentation: " + numberPresentation in toString()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DDriverCall.java89 public int numberPresentation; field in DriverCall
114 ret.numberPresentation = PhoneConstants.PRESENTATION_ALLOWED; in fromCLCCLine()
158 /*+ "number=" + number */ + ",cli=" + numberPresentation + "," in toString()
DVoiceIndication.java115 notification.numberPresentation = CdmaCallWaitingNotification.presentationFromCLIP( in cdmaCallWaiting()
116 callWaitingRecord.numberPresentation); in cdmaCallWaiting()
118 notification.namePresentation = notification.numberPresentation; in cdmaCallWaiting()
DGsmCdmaConnection.java152 mNumberPresentation = dc.numberPresentation; in GsmCdmaConnection()
240 mNumberPresentation = cw.numberPresentation; in GsmCdmaConnection()
747 mNumberPresentation = dc.numberPresentation; in update()
DConnection.java1371 public void setAddress(String newAddress, int numberPresentation) { in setAddress() argument
1374 mNumberPresentation = numberPresentation; in setAddress()
DRadioIndication.java580 notification.numberPresentation = CdmaCallWaitingNotification.presentationFromCLIP( in cdmaCallWaiting()
581 callWaitingRecord.numberPresentation); in cdmaCallWaiting()
583 notification.namePresentation = notification.numberPresentation; in cdmaCallWaiting()
DRILUtils.java3930 dc.numberPresentation = DriverCall.presentationFromCLIP(call10.numberPresentation); in convertToDriverCall()
3970 dc.numberPresentation = DriverCall.presentationFromCLIP(halCall.numberPresentation); in convertToDriverCall()
/frameworks/base/core/java/android/provider/
DBlockedNumbersManager.java204 @TelecomManager.Presentation int numberPresentation, boolean isNumberInContacts) { in shouldSystemBlockNumber() argument
209 extras.putInt(BlockedNumberContract.EXTRA_CALL_PRESENTATION, numberPresentation); in shouldSystemBlockNumber()
DCallLog.java1794 int numberPresentation = getLogNumberPresentation(params.mNumber, params.mPresentation); in addCall() local
1796 if (numberPresentation != PRESENTATION_ALLOWED) { in addCall()
1815 values.put(NUMBER_PRESENTATION, Integer.valueOf(numberPresentation)); in addCall()
/frameworks/base/telecomm/java/android/telecom/
DCallerInfo.java100 public int numberPresentation; field in CallerInfo
755 .append("\nnumberPresentation: " + numberPresentation) in toString()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt83196 Lcom/android/internal/telephony/CallerInfo;->numberPresentation:I