Searched refs:flagExists (Results 1 – 1 of 1) sorted by relevance
2278 private boolean flagExists(ContentValues values, String key) { in flagExists() method in ContactsProvider24944 if (flagExists(values, RawContacts.STARRED)) { in updateRawContact()4968 if (flagExists(values, RawContacts.SEND_TO_VOICEMAIL)) { in updateRawContact()5108 final boolean hasStarredValue = flagExists(values, RawContacts.STARRED); in updateContactOptions()5109 final boolean hasPinnedValue = flagExists(values, RawContacts.PINNED); in updateContactOptions()5110 final boolean hasVoiceMailValue = flagExists(values, RawContacts.SEND_TO_VOICEMAIL); in updateContactOptions()