Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DActiveAdmin.java358 int mWifiMinimumSecurityLevel = DevicePolicyManager.WIFI_SECURITY_OPEN; field in ActiveAdmin
658 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()
H A DDevicePolicyManagerService.java22587 if (admin.mWifiMinimumSecurityLevel != level) {
22588 admin.mWifiMinimumSecurityLevel = level;
22608 : admin.mWifiMinimumSecurityLevel;