Home | History | Annotate | Download | only in email

Lines Matching defs:sInstance

115     private static MessagingController sInstance = null;
140 if (sInstance == null) {
141 sInstance = new MessagingController(_context);
143 return sInstance;
150 sInstance = mockController;