| 1386 | } |
| 1387 | |
| 1388 | void DisplayManager_::selectButton() |
| 1389 | { |
| 1390 | if (!MenuManager.inMenu) |
| 1391 | { |
| 1392 | DisplayManager.getInstance().dismissNotify(); |
| 1393 | } |
| 1394 | } |
| 1395 | |
| 1396 | void DisplayManager_::selectButtonLong() |
| 1397 | { |
nothing calls this directly
no test coverage detected