Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/
DSystemInfo.java40 private static SystemInfo sSystemInfo = null; field in SystemInfo
50 if (sSystemInfo == null) { in getInstance()
51 sSystemInfo = new SystemInfo(context, wifiNative); in getInstance()
53 return sSystemInfo; in getInstance()