()
| 82 | private boolean executed; |
| 83 | |
| 84 | public static UserKeyExec getInstance() { |
| 85 | if (instance == null) |
| 86 | instance = new UserKeyExec(); |
| 87 | return instance; |
| 88 | } |
| 89 | |
| 90 | private UserKeyExec() { |
| 91 | init_cmds(); |
no outgoing calls
no test coverage detected