Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/protolog/
DProtoLogImpl.java39 private static IProtoLog sServiceInstance = null; field in ProtoLogImpl
113 if (sServiceInstance == null) { in getSingleInstance()
115 sServiceInstance = new PerfettoProtoLogImpl( in getSingleInstance()
118 sServiceInstance = new LegacyProtoLogImpl( in getSingleInstance()
124 return sServiceInstance; in getSingleInstance()
129 sServiceInstance = instance; in setSingleInstance()