()
| 77 | } |
| 78 | |
| 79 | public void reset() { |
| 80 | if (isAwaySet) { |
| 81 | restoreStatus(); |
| 82 | } |
| 83 | |
| 84 | long delay = Config.autoAwayDelay * 60 * 1000L; |
| 85 | |
| 86 | timeAwayEvent = delay + System.currentTimeMillis(); |
| 87 | timeXaEvent = (delay * 2) + System.currentTimeMillis(); |
| 88 | } |
| 89 | |
| 90 | public void stop() { |
| 91 | if (timer != null) { |
no test coverage detected