(String contact, String txt)
| 143 | } |
| 144 | |
| 145 | public void showInfo(String contact, String txt) { |
| 146 | PopUp.getInstance().addPopup(PopUp.TYPE_SYSTEM, contact, txt); |
| 147 | redraw(); |
| 148 | } |
| 149 | public void showAlert(String contact, String txt) { |
| 150 | PopUp.getInstance().addPopup(PopUp.TYPE_ALERT, contact, txt); |
| 151 | redraw(); |
no test coverage detected