Searched refs:showErrorMessageDialog (Results 1 – 3 of 3) sorted by relevance
82 public void showErrorMessageDialog(int titleId, Exception exception) { in showErrorMessageDialog() method in DialogHelperImpl83 showErrorMessageDialog(mActivity.getString(titleId), exception); in showErrorMessageDialog()87 public void showErrorMessageDialog(String title, Exception exception) { in showErrorMessageDialog() method in DialogHelperImpl
26 public void showErrorMessageDialog(int titleId, Exception exception); in showErrorMessageDialog() method28 public void showErrorMessageDialog(String title, Exception exception); in showErrorMessageDialog() method
182 mDialogHelper.showErrorMessageDialog(R.string.voicemail_store_error, e); in handleError()