Home | History | Annotate | Download | only in dialer

Lines Matching refs:number

134     /** Whether we should show "edit number before call" in the options menu. */
145 * The action mode used when the phone number is selected. This will be non-null only when the
146 * phone number is selected.
207 CallLog.Calls.NUMBER,
420 // We know that all calls are from the same number and the same contact, so pick the
423 mNumber = firstDetails.number.toString();
430 // Cache the details about the phone number.
436 // contact from this number.
445 nameOrNumber = firstDetails.number;
467 // the current number is a SIP address
481 // If we cannot call the number, when we probably cannot add it as a contact either.
508 // This action allows to call the number that places the call.
512 firstDetails.number, firstDetails.formattedNumber);
520 // Only show a label if the number is shown and it is not a SIP address.
522 && !TextUtils.isEmpty(firstDetails.number)
523 && !PhoneNumberUtils.isUriNumber(firstDetails.number.toString())) {
528 // The secondary action allows to send an SMS to the number that placed the
601 String number = callCursor.getString(NUMBER_COLUMN_INDEX);
612 // Formatted phone number.
620 // If this is not a regular number, there is no point in looking it up in the contacts.
622 mPhoneNumberHelper.canPlaceCallsTo(number)
623 && !mPhoneNumberHelper.isVoicemailNumber(number)
624 ? mContactInfoHelper.lookupNumber(number, countryIso)
627 formattedNumber = mPhoneNumberHelper.getDisplayNumber(number, null);
641 return new PhoneCallDetails(number, formattedNumber, countryIso, geocode,
878 * If the phone number is selected, unselect it and return {@code true}.
902 // Highlight the phone number view. Remember the old background, and put a new one.