Lines Matching refs:showToast
316 showToast(R.string.contactSavedErrorToast); in onHandleIntent()
599 showToast(R.string.contactSavedErrorToast); in saveContact()
1305 showToast(R.string.contactUnlinkedToast); in splitContact()
1462 showToast(R.string.contactsJoinedMessage); in joinSeveralContacts()
1464 showToast(R.string.contactsJoinedNamedMessage, name); in joinSeveralContacts()
1473 showToast(R.string.contactJoinErrorToast); in joinSeveralContacts()
1532 showToast(R.string.contactSavedErrorToast); in applyOperations()
1571 showToast(R.string.contactSavedErrorToast); in joinContacts()
1600 showToast(R.string.contactsJoinedMessage); in joinContacts()
1602 showToast(R.string.contactsJoinedNamedMessage, name); in joinContacts()
1689 showToast(R.string.contactSavedErrorToast); in getRawContactIdsForAggregation()
1777 private void showToast(final int messageId, final Object... args) { in showToast() method in ContactSaveService
1791 private void showToast(final int message) { in showToast() method in ContactSaveService