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.java81 private boolean mSupportSarSoftAp; field in SarManager
215 mSupportSarSoftAp = false; in readSarConfigs()
222 mSupportSarSoftAp = mContext.getResources().getBoolean( in readSarConfigs()
228 mSarInfo.sarSapSupported = mSupportSarSoftAp; in setSarConfigsInInfo()
424 pw.println("isSarSoftApSupported: " + mSupportSarSoftAp); in dump()