| 10 | private Toast mToast; |
| 11 | |
| 12 | private static class Loader { |
| 13 | static volatile Notify INSTANCE = new Notify(); |
| 14 | } |
| 15 | |
| 16 | private static Notify get() { |
| 17 | return Loader.INSTANCE; |
nothing calls this directly
no outgoing calls
no test coverage detected