Lines Matching defs:number

62          * Query parameter used to limit the number of call logs returned.
134 * The phone number as the user entered it.
137 public static final String NUMBER = "number";
169 * The cached name associated with the phone number, if it exists.
171 * associated with this number has changed.
177 * The cached number type (Home, Work, etc) associated with the
178 * phone number, if it exists.
180 * associated with this number has changed.
186 * The cached number label, for a custom number type, associated with the
187 * phone number, if it exists.
189 * associated with this number has changed.
211 * A geocoded location for the number associated with this call.
213 * The string represents a city, state, or country associated with the number.
220 * The cached URI to look up the contact associated with the phone number, if it exists.
222 * associated with this number has changed.
229 * The cached phone number of the contact which matches this entry, if it exists.
231 * associated with this number has changed.
238 * The cached normalized version of the phone number, if it exists.
240 * associated with this number has changed.
247 * The cached photo id of the picture associated with the phone number, if it exists.
249 * associated with this number has changed.
256 * The cached formatted phone number.
269 * @param number the phone number to be added to the calls db
270 * @param presentation the number presenting rules set by the network for
278 public static Uri addCall(CallerInfo ci, Context context, String number,
282 // If this is a private number then set the number to Private, otherwise check
283 // if the number field is empty and set the number to Unavailable
285 number = CallerInfo.PRIVATE_NUMBER;
288 number = CallerInfo.PAYPHONE_NUMBER;
290 } else if (TextUtils.isEmpty(number)
292 number = CallerInfo.UNKNOWN_NUMBER;
298 values.put(NUMBER, number);
313 // Update usage information for the number associated with the contact ID.
314 // We need to use both the number and the ID for obtaining a data ID since other
315 // contacts may have the same number.
329 final String phoneNumber = ci.phoneNumber != null ? ci.phoneNumber : number;
363 * Query the call log database for the last dialed number.
365 * @return The last phone number dialed (outgoing) or an empty