Lines Matching refs:number
27 /** The number of the other party involved in the call. */
28 public final CharSequence number;
29 /** The formatted version of {@link #number}. */
31 /** The country corresponding with the phone number. */
33 /** The geocoded location for the phone number. */
49 /** The custom label associated with the phone number in the contact, or the empty string. */
61 /** Create the details for a call with a number not associated with a contact. */
62 public PhoneCallDetails(CharSequence number, CharSequence formattedNumber,
64 this(number, formattedNumber, countryIso, geocode, callTypes, date, duration, "", 0, "",
68 /** Create the details for a call with a number associated with a contact. */
69 public PhoneCallDetails(CharSequence number, CharSequence formattedNumber,
73 this.number = number;