Home | History | Annotate | Download | only in email

Lines Matching refs:inst

116     private static MessagingController inst = null;
141 if (inst == null) {
142 inst = new MessagingController(_context);
144 return inst;
151 inst = mockController;