/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/ |
H A D | CdmaInformationRecords.java | 180 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()
|
H A D | CdmaCallWaitingNotification.java | 36 public int numberType = 0; field in CdmaCallWaitingNotification 51 + " numberType: " + numberType in toString()
|
H A D | SmsMessageConverter.java | 70 addr.ton = cdmaSmsMessage.address.numberType; in newCdmaSmsMessageFromRil()
|
/aosp12/packages/apps/Car/Dialer/framework/fake/src/com/android/car/dialer/framework/testdata/ |
H A D | CallLogRawData.java | 45 public void setNumberType(Integer numberType) { in setNumberType() argument 46 mNumberType = numberType; in setNumberType()
|
H A D | ContactRawData.java | 50 public void setNumberType(Integer numberType) { in setNumberType() argument 51 mNumberType = numberType; in setNumberType()
|
/aosp12/packages/apps/Dialer/java/com/android/incallui/ |
H A D | CallerInfo.java | 97 public int numberType; field in CallerInfo 181 info.numberType = 0; in getCallerInfo() 232 info.numberType = cursor.getInt(typeColumnIndex); in getCallerInfo() 235 Phone.getTypeLabel(context.getResources(), info.numberType, info.numberLabel) in getCallerInfo() 529 .append("\nnumberType: " + numberType) in toString()
|
H A D | CallerInfoUtils.java | 131 info.type = ci.numberType; in buildCachedContactInfo()
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/searchfragment/directories/ |
H A D | DirectoryContactViewHolder.java | 122 int numberType = cursor.getInt(Projections.PHONE_TYPE); in getLabel() local 126 if (numberType == Phone.TYPE_CUSTOM && TextUtils.isEmpty(numberLabel)) { in getLabel() 129 return (String) Phone.getTypeLabel(resources, numberType, numberLabel); in getLabel()
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/app/calllog/ |
H A D | IntentProvider.java | 212 final int numberType, 268 return IntentUtil.getNewContactIntent(name, number, numberType); 270 return IntentUtil.getAddToExistingContactIntent(name, number, numberType);
|
H A D | CallLogAdapter.java | 1084 details.numberType = info.type; in loadData() 1104 views.numberType = getNumberType(activity.getResources(), details); in loadData() 1117 if (details.numberType == Phone.TYPE_CUSTOM && TextUtils.isEmpty(details.numberLabel)) { in getNumberType() 1120 return (String) Phone.getTypeLabel(res, details.numberType, details.numberLabel); in getNumberType()
|
H A D | PhoneCallDetailsHelper.java | 486 } else if (!(details.numberType == Phone.TYPE_CUSTOM in getCallTypeOrLocation() 492 : Phone.getTypeLabel(resources, details.numberType, details.numberLabel); in getCallTypeOrLocation()
|
H A D | CallLogListItemViewHolder.java | 186 public String numberType; field in CallLogListItemViewHolder 987 numberType, /* phone number type (e.g. mobile) in second line of contact view */ in onClick() 1109 contact.setNumberLabel(numberType); in buildContact()
|
/aosp12/frameworks/base/telecomm/java/android/telecom/ |
H A D | CallerInfo.java | 112 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()
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/speeddial/loader/ |
H A D | SpeedDialUiItem.java | 161 int numberType = cursor.getInt(TYPE); in getLabel() local 165 if (numberType == Phone.TYPE_CUSTOM && TextUtils.isEmpty(numberLabel)) { in getLabel() 168 return (String) Phone.getTypeLabel(resources, numberType, numberLabel); in getLabel()
|
/aosp12/hardware/interfaces/radio/1.0/vts/functional/ |
H A D | radio_hidl_hal_sms.cpp | 131 cdmaSmsAddress.numberType = CdmaSmsNumberType::UNKNOWN; in TEST_P() 203 cdmaSmsAddress.numberType = CdmaSmsNumberType::UNKNOWN; in TEST_P() 353 cdmaSmsAddress.numberType = CdmaSmsNumberType::UNKNOWN; in TEST_P() 407 cdmaSmsAddress.numberType = CdmaSmsNumberType::UNKNOWN; in TEST_P()
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/searchfragment/cp2/ |
H A D | SearchContactViewHolder.java | 155 int numberType = cursor.getInt(Projections.PHONE_TYPE); in getLabel() local 159 if (numberType == Phone.TYPE_CUSTOM && TextUtils.isEmpty(numberLabel)) { in getLabel() 162 return (String) Phone.getTypeLabel(resources, numberType, numberLabel); in getLabel()
|
/aosp12/frameworks/base/telephony/java/com/android/internal/telephony/cdma/ |
H A D | SmsMessage.java | 566 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()
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/calllogutils/ |
H A D | PhoneCallDetails.java | 70 public int numberType; field in PhoneCallDetails
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
H A D | RadioIndication.java | 608 notification.numberType = callWaitingRecord.numberType; in cdmaCallWaiting() 653 numInfoRecord.numberType, in cdmaInfoRec() 678 redirectingNumberInfoRecord.redirectingNumber.numberType, in cdmaInfoRec()
|
/aosp12/packages/modules/CellBroadcastService/tests/src/com/android/cellbroadcastservice/tests/ |
H A D | CdmaSmsMessageTest.java | 158 msg.address.numberType = TON_UNKNOWN; in createBroadcastParcel() 711 msg.address.numberType = TON_UNKNOWN; in createServiceCategoryProgramDataParcel()
|
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/cdma/ |
H A D | CdmaSmsCbTest.java | 71 msg.address.numberType = CdmaSmsAddress.TON_UNKNOWN; in createBroadcastParcel() 607 msg.address.numberType = CdmaSmsAddress.TON_UNKNOWN; in createServiceCategoryProgramDataParcel()
|
/aosp12/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
H A D | CallLogProviderTest.java | 192 ci.numberType = Phone.TYPE_CUSTOM; in testAddCall()
|
/aosp12/hardware/interfaces/radio/1.6/vts/functional/ |
H A D | radio_hidl_hal_api.cpp | 322 cdmaSmsAddress.numberType = CdmaSmsNumberType::UNKNOWN; in TEST_P() 369 cdmaSmsAddress.numberType = CdmaSmsNumberType::UNKNOWN; in TEST_P()
|
/aosp12/hardware/interfaces/radio/1.0/ |
H A D | types.hal | 1453 CdmaSmsNumberType numberType; // Used only when digitMode is 8-bit. 1457 // numberType = CdmaSmsNumberType:INTERNATIONAL_OR_DATA_IP 1945 CdmaCallWaitingNumberType numberType; 1969 uint8_t numberType;
|
/aosp12/hardware/ril/libril/ |
H A D | ril_service.cpp | 1687 rcsm.sAddress.number_type = (RIL_CDMA_SMS_NumberType) sms.address.numberType; in constructCdmaSms() 7309 msg.address.numberType = in cdmaNewSmsInd() 7440 callWaitingRecord.numberType = (CdmaCallWaitingNumberType) callWaitingRil->number_type; in cdmaCallWaitingInd() 7559 record->number[0].numberType = infoRec->rec.number.number_type; in cdmaInfoRecInd() 7599 record->redir[0].redirectingNumber.numberType = in cdmaInfoRecInd()
|