Searched refs:flagExists (Results 1 – 1 of 1) sorted by relevance
2161 private boolean flagExists(ContentValues values, String key) { in flagExists() method in ContactsProvider24650 if (flagExists(values, RawContacts.STARRED)) { in updateRawContact()4668 if (flagExists(values, RawContacts.SEND_TO_VOICEMAIL)) { in updateRawContact()4810 final boolean hasStarredValue = flagExists(values, RawContacts.STARRED); in updateContactOptions()4811 final boolean hasPinnedValue = flagExists(values, RawContacts.PINNED); in updateContactOptions()4812 final boolean hasVoiceMailValue = flagExists(values, RawContacts.SEND_TO_VOICEMAIL); in updateContactOptions()4935 return (flagExists(values, RawContacts.STARRED) || flagExists(values, RawContacts.PINNED) in shouldMarkMetadataDirtyForRawContact()4936 || flagExists(values, RawContacts.SEND_TO_VOICEMAIL)); in shouldMarkMetadataDirtyForRawContact()