Searched refs:numberType (Results 1 – 9 of 9) sorted by relevance
/packages/apps/Dialer/java/com/android/incallui/ |
D | CallerInfo.java | 115 public int numberType; field in CallerInfo 201 info.numberType = 0; in getCallerInfo() 242 info.numberType = cursor.getInt(typeColumnIndex); in getCallerInfo() 245 Phone.getTypeLabel(context.getResources(), info.numberType, info.numberLabel) in getCallerInfo() 549 .append("\nnumberType: " + numberType) in toString()
|
D | CallerInfoUtils.java | 136 info.type = ci.numberType; in buildCachedContactInfo()
|
/packages/apps/Dialer/java/com/android/dialer/app/calllog/ |
D | IntentProvider.java | 129 final int numberType, 185 return IntentUtil.getNewContactIntent(name, number, numberType); 187 return IntentUtil.getAddToExistingContactIntent(name, number, numberType);
|
D | CallLogAdapter.java | 862 details.numberType = info.type; in loadData() 882 views.numberType = getNumberType(mActivity.getResources(), details); in loadData() 895 if (details.numberType == Phone.TYPE_CUSTOM && TextUtils.isEmpty(details.numberLabel)) { in getNumberType() 898 return (String) Phone.getTypeLabel(res, details.numberType, details.numberLabel); in getNumberType()
|
D | PhoneCallDetailsHelper.java | 214 } else if (!(details.numberType == Phone.TYPE_CUSTOM in getCallTypeOrLocation() 220 : Phone.getTypeLabel(mResources, details.numberType, details.numberLabel); in getCallTypeOrLocation()
|
D | CallLogListItemViewHolder.java | 158 public String numberType; field in CallLogListItemViewHolder 755 numberType, /* phone number type (e.g. mobile) in second line of contact view */ in onClick() 828 contact.setNumberLabel(numberType); in buildContact()
|
/packages/apps/Contacts/src/com/android/contacts/interactions/ |
D | CallLogInteraction.java | 89 Integer numberType = getCachedNumberType(); in getViewBody() local 90 if (numberType == null) { in getViewBody()
|
/packages/apps/Dialer/java/com/android/dialer/calllogutils/ |
D | PhoneCallDetails.java | 70 public int numberType; field in PhoneCallDetails
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | CallLogProviderTest.java | 184 ci.numberType = Phone.TYPE_CUSTOM; in testAddCall()
|