(Command c, Displayable d)
| 237 | } |
| 238 | |
| 239 | public void commandAction(Command c, Displayable d) { |
| 240 | if (c == commandOk) |
| 241 | list.touchLeftPressed(); |
| 242 | if (c == commandCancel) |
| 243 | list.touchRightPressed(); |
| 244 | } |
| 245 | |
| 246 | public final void setOk(String title) { |
| 247 | if (!Config.fullscreen) { |
nothing calls this directly
no test coverage detected