Searched refs:titleId (Results 1 – 2 of 2) sorted by relevance
82 public void showErrorMessageDialog(int titleId, Exception exception) { in showErrorMessageDialog() argument83 showErrorMessageDialog(mActivity.getString(titleId), exception); in showErrorMessageDialog()
26 public void showErrorMessageDialog(int titleId, Exception exception); in showErrorMessageDialog() argument