Home
last modified time | relevance | path

Searched refs:sServiceInstance (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/core/java/com/android/internal/protolog/
H A DProtoLogImpl.java34 private static ProtoLogImpl sServiceInstance = null; field in ProtoLogImpl
95 if (sServiceInstance == null) { in getSingleInstance()
96 sServiceInstance = new ProtoLogImpl( in getSingleInstance()
99 return sServiceInstance; in getSingleInstance()
104 sServiceInstance = instance; in setSingleInstance()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/protolog/
H A DShellProtoLogImpl.java46 private static ShellProtoLogImpl sServiceInstance = null; field in ShellProtoLogImpl
107 if (sServiceInstance == null) { in getSingleInstance()
108 sServiceInstance = new ShellProtoLogImpl(); in getSingleInstance()
110 return sServiceInstance; in getSingleInstance()
/aosp12/packages/modules/Connectivity/services/core/java/com/android/server/
H A DConnectivityService.java293 private static ConnectivityService sServiceInstance; field in ConnectivityService