Home
last modified time | relevance | path

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

/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DActiveAdmin.java359 int mWifiMinimumSecurityLevel = DevicePolicyManager.WIFI_SECURITY_OPEN; field in ActiveAdmin
659 if (mWifiMinimumSecurityLevel != DevicePolicyManager.WIFI_SECURITY_OPEN) { in writeToXml()
660 writeAttributeValueToXml(out, TAG_WIFI_MIN_SECURITY, mWifiMinimumSecurityLevel); in writeToXml()
980 mWifiMinimumSecurityLevel = parser.getAttributeInt(null, ATTR_VALUE); in readFromXml()
1455 pw.println(mWifiMinimumSecurityLevel); in dump()
DDevicePolicyManagerService.java22460 if (admin.mWifiMinimumSecurityLevel != level) {
22461 admin.mWifiMinimumSecurityLevel = level;
22474 : admin.mWifiMinimumSecurityLevel;