Home
last modified time | relevance | path

Searched refs:typeAsObject (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardBuilder.java792 final Integer typeAsObject = contentValues.getAsInteger(Phone.TYPE); in appendPhones() local
805 final int type = (typeAsObject != null ? typeAsObject : DEFAULT_PHONE_TYPE); in appendPhones()
942 Integer typeAsObject = contentValues.getAsInteger(Email.TYPE); in appendEmails() local
943 final int type = (typeAsObject != null ? in appendEmails()
944 typeAsObject : DEFAULT_EMAIL_TYPE); in appendEmails()