(int command_id)
| 121 | } |
| 122 | |
| 123 | public boolean doUserKeyAction(int command_id) { |
| 124 | switch (command_id) { |
| 125 | case 4: |
| 126 | destroyView(); |
| 127 | return true; |
| 128 | } |
| 129 | |
| 130 | return super.doUserKeyAction(command_id); |
| 131 | } |
| 132 | |
| 133 | public void eventLongOk() { |
| 134 | showMenu(); |
nothing calls this directly
no test coverage detected