Home
last modified time | relevance | path

Searched refs:numberType (Results 1 – 9 of 9) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
DCdmaInformationRecords.java180 public byte numberType; field in CdmaInformationRecords.CdmaNumberInfoRec
185 public CdmaNumberInfoRec(int id, String number, int numberType, int numberPlan, int pi, in CdmaNumberInfoRec() argument
189 this.numberType = (byte)numberType; in CdmaNumberInfoRec()
200 ", numberType: " + numberType + in toString()
219 public CdmaRedirectingNumberInfoRec(String number, int numberType, int numberPlan, in CdmaRedirectingNumberInfoRec() argument
222 number, numberType, numberPlan, pi, si); in CdmaRedirectingNumberInfoRec()
DCdmaCallWaitingNotification.java36 public int numberType = 0; field in CdmaCallWaitingNotification
51 + " numberType: " + numberType in toString()
/frameworks/base/telecomm/java/android/telecom/
DCallerInfo.java112 public int numberType; field in CallerInfo
212 info.numberType = 0; in getCallerInfo()
252 info.numberType = cursor.getInt(typeColumnIndex); in getCallerInfo()
255 info.numberType, info.numberLabel) in getCallerInfo()
759 .append("\nnumberType: " + numberType) in toString()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DVoiceIndication.java123 notification.numberType = callWaitingRecord.numberType; in cdmaCallWaiting()
161 numInfoRecord.numberType, numInfoRecord.numberPlan, in cdmaInfoRec()
183 redirectingNumberInfoRecord.redirectingNumber.numberType, in cdmaInfoRec()
DRadioIndication.java588 notification.numberType = callWaitingRecord.numberType; in cdmaCallWaiting()
635 numInfoRecord.numberType, in cdmaInfoRec()
660 redirectingNumberInfoRecord.redirectingNumber.numberType, in cdmaInfoRec()
DRILUtils.java655 msg.address.numberType = dis.read(); // address number type in convertToHalCdmaSmsMessage()
701 msg.address.numberType = dis.read(); // address number type in convertToHalCdmaSmsMessageAidl()
765 addr.ton = cdmaSmsMessage.address.numberType; in convertHalCdmaSmsMessage()
845 addr.ton = msg.address.numberType; in convertHalCdmaSmsMessage()
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
DSmsMessage.java566 int numberType = 0; in parsePduFromEfRecord() local
568 numberType = addrBis.read(3); in parsePduFromEfRecord()
569 addr.ton = numberType; in parsePduFromEfRecord()
596 if (numberType == 2) in parsePduFromEfRecord()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/cdma/
DCdmaSmsCbTest.java72 msg.address.numberType = CdmaSmsAddress.TON_UNKNOWN; in createBroadcastParcel()
608 msg.address.numberType = CdmaSmsAddress.TON_UNKNOWN; in createServiceCategoryProgramDataParcel()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DRILTest.java965 msg.address.numberType = dis.read(); // address number type in constructCdmaSendSmsRilRequest()