Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DSystemInfo.java42 private static SystemInfo sSystemInfo = null; field in SystemInfo
52 if (sSystemInfo == null) { in getInstance()
53 sSystemInfo = new SystemInfo(context, wifiNative); in getInstance()
55 return sSystemInfo; in getInstance()