Home | History | Annotate | Download | only in managedprovisioning

Lines Matching refs:securityType

34     enum SecurityType {
56 SecurityType securityType;
58 securityType = SecurityType.NONE;
61 securityType = Enum.valueOf(SecurityType.class, type.toUpperCase(Locale.US));
69 if (securityType.equals(SecurityType.NONE) && !TextUtils.isEmpty(password)) {
70 securityType = SecurityType.WPA;
77 switch (securityType) {