Searched defs:numberType (Results 1 - 4 of 4) 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 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/src/com/android/dialer/
H A DPhoneCallDetails.java72 public int numberType; field in class:PhoneCallDetails
/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)

Completed in 665 milliseconds