(int command_id)
| 456 | } |
| 457 | |
| 458 | public boolean doUserKeyAction(int command_id) { |
| 459 | switch (command_id) { |
| 460 | case 1: |
| 461 | destroyView(); |
| 462 | return true; |
| 463 | } |
| 464 | |
| 465 | return super.doUserKeyAction(command_id); |
| 466 | } |
| 467 | |
| 468 | public void destroyView() { |
| 469 | if (sd.roster.isLoggedIn()) { |
nothing calls this directly
no test coverage detected