(int stringResourceId)
| 1303 | } |
| 1304 | |
| 1305 | public void showToast(int stringResourceId) { |
| 1306 | showToast(stringResourceId, Toast.LENGTH_LONG); |
| 1307 | } |
| 1308 | |
| 1309 | public void showToast(int stringResourceId, int duration) { |
| 1310 | String s = getString(stringResourceId); |
no test coverage detected