Searched refs:mWifiMinimumSecurityLevel (Results 1 – 2 of 2) sorted by relevance
358 int mWifiMinimumSecurityLevel = DevicePolicyManager.WIFI_SECURITY_OPEN; field in ActiveAdmin658 if (mWifiMinimumSecurityLevel != DevicePolicyManager.WIFI_SECURITY_OPEN) { in writeToXml()659 writeAttributeValueToXml(out, TAG_WIFI_MIN_SECURITY, mWifiMinimumSecurityLevel); in writeToXml()979 mWifiMinimumSecurityLevel = parser.getAttributeInt(null, ATTR_VALUE); in readFromXml()1449 pw.println(mWifiMinimumSecurityLevel); in dump()
22587 if (admin.mWifiMinimumSecurityLevel != level) {22588 admin.mWifiMinimumSecurityLevel = level;22608 : admin.mWifiMinimumSecurityLevel;