Home | History | Annotate | Download | only in eas

Lines Matching refs:NUMBER

69     /** The maximum number of IMs we can send for one contact. */
75 /** The maximum number of email addresses we can send for one contact. */
81 /** The maximum number of phone numbers of each type we can send for one contact. */
492 * Add a phone number to the upsync.
494 * @param cv The {@link ContentValues} with the data for this phone number.
495 * @param workCount The number of work phone numbers already added.
496 * @param homeCount The number of home phone numbers already added.
501 final String value = cv.getAsString(Phone.NUMBER);
723 * @param count The number of email addresses that have already been added.