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.java238 showFailureNotification(R.string.fail_reason_not_supported); in run()
256 showFailureNotification(R.string.fail_reason_not_supported); in run()
260 showFailureNotification(R.string.fail_reason_io_error); in run()
508 showFailureNotification(R.string.fail_reason_io_error); in readUriToLocalFile()
512 showFailureNotification(R.string.fail_reason_io_error); in readUriToLocalFile()
518 showFailureNotification(R.string.fail_reason_io_error); in readUriToLocalFile()
562 showFailureNotification(R.string.fail_reason_io_error); in onCreate()
752 /* package */ void showFailureNotification(int reasonId) { in showFailureNotification() method in ImportVCardActivity