Searched refs:numberType (Results 1 - 12 of 12) sorted by relevance

/packages/apps/Dialer/src/com/android/dialer/calllog/
H A DIntentProvider.java143 final int numberType,
198 return IntentUtil.getNewContactIntent(name, number, numberType);
200 return IntentUtil.getAddToExistingContactIntent(name, number, numberType);
139 getAddContactIntentProvider( final Uri lookupUri, final CharSequence name, final CharSequence number, final int numberType, final boolean isNewContact) argument
H A DPhoneCallDetailsHelper.java213 } else if (!(details.numberType == Phone.TYPE_CUSTOM
217 Phone.getTypeLabel(mResources, details.numberType, details.numberLabel));
H A DCallLogAdapter.java542 details.numberType = info.type;
563 views.numberType = (String) Phone.getTypeLabel(mContext.getResources(), details.numberType,
H A DCallLogAsyncTaskUtil.java225 details.numberType = info.type;
H A DCallLogListItemViewHolder.java145 public String numberType; field in class:CallLogListItemViewHolder
687 numberType, /* phone number type (e.g. mobile) in second line of contact view */
/packages/apps/Dialer/InCallUI/src/com/android/incallui/
H A DCallerInfo.java132 public int numberType; field in class:CallerInfo
216 info.numberType = 0;
257 info.numberType = cursor.getInt(typeColumnIndex);
260 info.numberType, info.numberLabel)
560 .append("\nnumberType: " + numberType)
H A DCallerInfoUtils.java108 info.type = ci.numberType;
/packages/apps/Dialer/src/com/android/dialer/
H A DPhoneCallDetails.java72 public int numberType; field in class:PhoneCallDetails
H A DCallDetailActivity.java207 return Phone.getTypeLabel(mResources, details.numberType,
/packages/apps/Contacts/src/com/android/contacts/interactions/
H A DCallLogInteraction.java80 Integer numberType = getCachedNumberType();
81 if (numberType == null) {
/packages/apps/Dialer/tests/src/com/android/dialer/calllog/
H A DPhoneCallDetailsHelperTest.java364 details.numberType = Calls.INCOMING_TYPE;
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DCallLogProviderTest.java184 ci.numberType = Phone.TYPE_CUSTOM;

Completed in 287 milliseconds