Home
last modified time | relevance | path

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

/packages/modules/Profiling/framework/java/android/os/
DProfilingFrameworkInitializer.java37 private static volatile ProfilingServiceManager sProfilingServiceManager; field in ProfilingFrameworkInitializer
49 if (sProfilingServiceManager != null) { in setProfilingServiceManager()
57 sProfilingServiceManager = profilingServiceManager; in setProfilingServiceManager()
62 return sProfilingServiceManager; in getProfilingServiceManager()