Lines Matching refs:number
146 /** Whether we should show "edit number before call" in the options menu. */
157 * The action mode used when the phone number is selected. This will be non-null only when the
158 * phone number is selected.
219 CallLog.Calls.NUMBER,
464 // We know that all calls are from the same number and the same contact, so pick the
467 mNumber = firstDetails.number.toString();
475 // Cache the details about the phone number.
483 // contact from this number.
492 nameOrNumber = firstDetails.number;
524 // the current number is a SIP address
538 // If we cannot call the number, when we probably cannot add it as a contact
552 firstDetails.number,
556 // This action allows to call the number that places the call.
564 // Only show a label if the number is shown and it is not a SIP address.
566 && !TextUtils.isEmpty(firstDetails.number)
567 && !PhoneNumberUtils.isUriNumber(firstDetails.number.toString())) {
572 // The secondary action allows to send an SMS to the number that placed the
687 final String number = callCursor.getString(NUMBER_COLUMN_INDEX);
700 // Formatted phone number.
709 // If this is not a regular number, there is no point in looking it up in the contacts.
711 PhoneNumberUtilsWrapper.canPlaceCallsTo(number, numberPresentation)
712 && !new PhoneNumberUtilsWrapper().isVoicemailNumber(number)
713 ? mContactInfoHelper.lookupNumber(number, countryIso)
716 formattedNumber = mPhoneNumberHelper.getDisplayNumber(number,
733 return new PhoneCallDetails(number, numberPresentation,
953 * If the phone number is selected, unselect it and return {@code true}.
977 // Highlight the phone number view. Remember the old background, and put a new one.