Searched refs:mWifiMinimumSecurityLevel (Results 1 – 2 of 2) sorted by relevance
359 int mWifiMinimumSecurityLevel = DevicePolicyManager.WIFI_SECURITY_OPEN; field in ActiveAdmin659 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()
22460 if (admin.mWifiMinimumSecurityLevel != level) {22461 admin.mWifiMinimumSecurityLevel = level;22474 : admin.mWifiMinimumSecurityLevel;