Searched refs:flagExists (Results 1 – 1 of 1) sorted by relevance
2096 private boolean flagExists(ContentValues values, String key) { in flagExists() method in ContactsProvider24656 if (flagExists(values, RawContacts.STARRED)) { in updateRawContact()4680 if (flagExists(values, RawContacts.SEND_TO_VOICEMAIL)) { in updateRawContact()4820 final boolean hasStarredValue = flagExists(values, RawContacts.STARRED); in updateContactOptions()4821 final boolean hasPinnedValue = flagExists(values, RawContacts.PINNED); in updateContactOptions()4822 final boolean hasVoiceMailValue = flagExists(values, RawContacts.SEND_TO_VOICEMAIL); in updateContactOptions()