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";
140 * The number presenting rules set by the network.
195 * The cached name associated with the phone number, if it exists.
197 * associated with this number has changed.
203 * The cached number type (Home, Work, etc) associated with the
204 * phone number, if it exists.
206 * associated with this number has changed.
212 * The cached number label, for a custom number type, associated with the
213 * phone number, if it exists.
215 * associated with this number has changed.
237 * A geocoded location for the number associated with this call.
239 * The string represents a city, state, or country associated with the number.
246 * The cached URI to look up the contact associated with the phone number, if it exists.
248 * associated with this number has changed.
255 * The cached phone number of the contact which matches this entry, if it exists.
257 * associated with this number has changed.
264 * The cached normalized version of the phone number, if it exists.
266 * associated with this number has changed.
273 * The cached photo id of the picture associated with the phone number, if it exists.
275 * associated with this number has changed.
282 * The cached formatted phone number.
295 * @param number the phone number to be added to the calls db
297 * is set by the network and denotes the number presenting rules for
305 public static Uri addCall(CallerInfo ci, Context context, String number,
310 // Remap network specified number presentation types
311 // PhoneConstants.PRESENTATION_xxx to calllog number presentation types
314 // If the number field is empty set the presentation type to Unknown.
319 } else if (TextUtils.isEmpty(number)
324 number = "";
332 values.put(NUMBER, number);
348 // Update usage information for the number associated with the contact ID.
349 // We need to use both the number and the ID for obtaining a data ID since other
350 // contacts may have the same number.
364 final String phoneNumber = ci.phoneNumber != null ? ci.phoneNumber : number;
398 * Query the call log database for the last dialed number.
400 * @return The last phone number dialed (outgoing) or an empty