Searched refs:existsInDatabase (Results 1 – 4 of 4) sorted by relevance
162 if (contact.existsInDatabase()) { in updateAvatarView()
639 if (c.existsInDatabase()) {866 return Contact.get(phoneNumber, false).existsInDatabase(); in isNumberInContacts()2274 if (recipients.size() == 1 && recipients.get(0).existsInDatabase()) { in onPrepareOptionsMenu()2322 if (!c.existsInDatabase() && canAddToContacts(c)) { in buildAddAddressToContactMenuItem()2375 if (list.size() == 1 && list.get(0).existsInDatabase()) { in onOptionsItemSelected()
397 if (recipients.get(0).existsInDatabase()) {
231 public synchronized boolean existsInDatabase() { in existsInDatabase() method in Contact