Home | History | Annotate | Download | only in model

Lines Matching refs:isNull

515                 if (!cursor.isNull(ContactQuery.DATA_ID)) {
519 if (!cursor.isNull(ContactQuery.PRESENCE)
520 || !cursor.isNull(ContactQuery.STATUS)) {
654 final Integer presence = cursor.isNull(ContactQuery.CONTACT_PRESENCE)
873 final boolean defaultGroup = cursor.isNull(GroupQuery.AUTO_ADD)
876 final boolean favorites = cursor.isNull(GroupQuery.FAVORITES)