(DisplayHandler handler)
| 5 | private static DisplayHandler handler; |
| 6 | |
| 7 | public static void init(DisplayHandler handler) { |
| 8 | Display.handler = handler; |
| 9 | } |
| 10 | |
| 11 | public static boolean isActive() { |
| 12 | return handler.isActive(); |
no outgoing calls
no test coverage detected