Searched refs:typeAsObject (Results 1 – 1 of 1) sorted by relevance
792 final Integer typeAsObject = contentValues.getAsInteger(Phone.TYPE); in appendPhones() local805 final int type = (typeAsObject != null ? typeAsObject : DEFAULT_PHONE_TYPE); in appendPhones()942 Integer typeAsObject = contentValues.getAsInteger(Email.TYPE); in appendEmails() local943 final int type = (typeAsObject != null ? in appendEmails()944 typeAsObject : DEFAULT_EMAIL_TYPE); in appendEmails()