Home | History | Annotate | Download | only in service

Lines Matching defs:sServiceMap

521     private static Map<String, EmailServiceInfo> sServiceMap = null;
533 if (sServiceMap == null) {
540 if (sServiceMap != null
542 return sServiceMap;
549 sServiceMap = builder.build();
550 return sServiceMap;
650 sServiceMap = builder.build();
651 return sServiceMap;