Searched refs:sServiceInstance (Results 1 – 3 of 3) sorted by relevance
34 private static ProtoLogImpl sServiceInstance = null; field in ProtoLogImpl95 if (sServiceInstance == null) { in getSingleInstance()96 sServiceInstance = new ProtoLogImpl( in getSingleInstance()99 return sServiceInstance; in getSingleInstance()104 sServiceInstance = instance; in setSingleInstance()
46 private static ShellProtoLogImpl sServiceInstance = null; field in ShellProtoLogImpl107 if (sServiceInstance == null) { in getSingleInstance()108 sServiceInstance = new ShellProtoLogImpl(); in getSingleInstance()110 return sServiceInstance; in getSingleInstance()
293 private static ConnectivityService sServiceInstance; field in ConnectivityService