Home
last modified time | relevance | path

Searched defs:showErrorMessageDialog (Results 1 – 2 of 2) sorted by relevance

/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/ui/
DDialogHelper.java26 public void showErrorMessageDialog(int titleId, Exception exception); in showErrorMessageDialog() method
28 public void showErrorMessageDialog(String title, Exception exception); in showErrorMessageDialog() method
DDialogHelperImpl.java82 public void showErrorMessageDialog(int titleId, Exception exception) { in showErrorMessageDialog() method in DialogHelperImpl
87 public void showErrorMessageDialog(String title, Exception exception) { in showErrorMessageDialog() method in DialogHelperImpl