Searched refs:flagExists (Results 1 – 1 of 1) sorted by relevance
2152 private boolean flagExists(ContentValues values, String key) { in flagExists() method in ContactsProvider24626 if (flagExists(values, RawContacts.STARRED)) { in updateRawContact()4644 if (flagExists(values, RawContacts.SEND_TO_VOICEMAIL)) { in updateRawContact()4784 final boolean hasStarredValue = flagExists(values, RawContacts.STARRED); in updateContactOptions()4785 final boolean hasPinnedValue = flagExists(values, RawContacts.PINNED); in updateContactOptions()4786 final boolean hasVoiceMailValue = flagExists(values, RawContacts.SEND_TO_VOICEMAIL); in updateContactOptions()4912 return (flagExists(values, RawContacts.STARRED) || flagExists(values, RawContacts.PINNED) in shouldMarkMetadataDirtyForRawContact()4913 || flagExists(values, RawContacts.SEND_TO_VOICEMAIL)); in shouldMarkMetadataDirtyForRawContact()