Home
last modified time | relevance | path

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

/frameworks/base/wifi/java/android/net/wifi/
DWifiEnterpriseConfig.java75 public static final String EMPTY_VALUE = "NULL"; field in WifiEnterpriseConfig
420 public static final String[] strings = {EMPTY_VALUE, "PAP", "MSCHAP",
511 mFields.put(key, EMPTY_VALUE); in loadFromSupplicant()
1180 return (current != null) ? current.getKeyId(null) : EMPTY_VALUE; in getKeyId()
1183 return EMPTY_VALUE; in getKeyId()
1229 if (TextUtils.isEmpty(value) || EMPTY_VALUE.equals(value)) return ""; in getFieldValue()
1260 mFields.put(key, EMPTY_VALUE); in setFieldValue()