Lines Matching refs:number
27 /** The number of the other party involved in the call. */
28 public final CharSequence number;
29 /** The number presenting rules set by the network, e.g., {@link Calls#PRESENTATION_ALLOWED} */
31 /** The formatted version of {@link #number}. */
33 /** The country corresponding with the phone number. */
35 /** The geocoded location for the phone number. */
51 /** The custom label associated with the phone number in the contact, or the empty string. */
63 /** Create the details for a call with a number not associated with a contact. */
64 public PhoneCallDetails(CharSequence number, int numberPresentation,
67 this(number, numberPresentation, formattedNumber, countryIso, geocode,
71 /** Create the details for a call with a number associated with a contact. */
72 public PhoneCallDetails(CharSequence number, int numberPresentation,
77 this.number = number;