Lines Matching defs:number

82         public String number;
276 // Change the callerInfo number ONLY if it is an emergency number or the
277 // voicemail number, and adjust other data (including photoResource)
280 // Note we're setting the phone number here (refer to javadoc
290 mContext, cw.number, mCallerInfo);
300 // no contacts matched the phone number of the incoming call),
311 // Actually when no contacts match the incoming phone number,
313 // *or* phoneNumber). So we need to pass in cw.number as
314 // a fallback number.
315 mCallerInfo.updateGeoDescription(mContext, cw.number);
319 // Use the number entered by the user for display.
320 if (!TextUtils.isEmpty(cw.number)) {
321 mCallerInfo.phoneNumber = PhoneNumberUtils.formatNumber(cw.number,
378 * Factory method to start the query based on a number.
380 * Note: if the number contains an "@" character we treat it
388 public static CallerInfoAsyncQuery startQuery(int token, Context context, String number,
392 return startQuery(token, context, number, listener, cookie, subId);
396 * Factory method to start the query based on a number with specific subscription.
398 * Note: if the number contains an "@" character we treat it
406 public static CallerInfoAsyncQuery startQuery(int token, Context context, String number,
411 Rlog.d(LOG_TAG, "- number: " + /*number*/ "xxxxxxx");
418 .appendPath(number)
420 String.valueOf(PhoneNumberUtils.isUriNumber(number)))
434 cw.number = number;
438 if (PhoneNumberUtils.isLocalEmergencyNumber(context, number)) {
440 } else if (PhoneNumberUtils.isVoiceMailNumber(subId, number)) {