()
| 11 | private HashMap<Long, Runnable> runnablesForIdentifiers = new HashMap<Long, Runnable>(); |
| 12 | |
| 13 | static MainThreadUtils singleton() { |
| 14 | return instance; |
| 15 | } |
| 16 | |
| 17 | // private constructor |
| 18 | private MainThreadUtils() { |
no outgoing calls
no test coverage detected