Home
last modified time | relevance | path

Searched refs:showFailureNotification (Results 1 – 1 of 1) sorted by relevance

/packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
DImportVCardActivity.java228 showFailureNotification(R.string.fail_reason_not_supported); in run()
255 showFailureNotification(R.string.fail_reason_io_error); in run()
299 showFailureNotification(R.string.fail_reason_not_supported); in run()
303 showFailureNotification(R.string.fail_reason_io_error); in run()
660 /* package */ void showFailureNotification(int reasonId) { in showFailureNotification() method in ImportVCardActivity