Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DSarManager.java70 private boolean mSupportSarSoftAp; field in SarManager
203 mSupportSarSoftAp = false; in readSarConfigs()
211 mSupportSarSoftAp = mContext.getResources().getBoolean( in readSarConfigs()
232 mSarInfo.sarSapSupported = mSupportSarSoftAp; in setSarConfigsInInfo()
476 pw.println("isSarSoftApSupported: " + mSupportSarSoftAp); in dump()