Searched refs:flagExists (Results 1 – 1 of 1) sorted by relevance
2103 private boolean flagExists(ContentValues values, String key) { in flagExists() method in ContactsProvider24590 if (flagExists(values, RawContacts.STARRED)) { in updateRawContact()4614 if (flagExists(values, RawContacts.SEND_TO_VOICEMAIL)) { in updateRawContact()4756 final boolean hasStarredValue = flagExists(values, RawContacts.STARRED); in updateContactOptions()4757 final boolean hasPinnedValue = flagExists(values, RawContacts.PINNED); in updateContactOptions()4758 final boolean hasVoiceMailValue = flagExists(values, RawContacts.SEND_TO_VOICEMAIL); in updateContactOptions()4877 return (flagExists(values, RawContacts.STARRED) || flagExists(values, RawContacts.PINNED) in shouldMarkMetadataDirtyForRawContact()4878 || flagExists(values, RawContacts.SEND_TO_VOICEMAIL)); in shouldMarkMetadataDirtyForRawContact()