Home | History | Annotate | Download | only in vcard

Lines Matching defs:isSuperPrimary

233             Integer isSuperPrimary = contentValues.getAsInteger(StructuredName.IS_SUPER_PRIMARY);
234 if (isSuperPrimary != null && isSuperPrimary > 0) {
1395 final boolean isSuperPrimary = (isSuperPrimaryAsInteger != null ?
1397 if (isSuperPrimary) {