Searched refs:KEYSTORES_URI (Results 1 - 3 of 3) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/android/net/wifi/
H A DWifiEnterpriseConfigTest.java43 public static final String KEYSTORES_URI = "keystores://"; field in class:WifiEnterpriseConfigTest
91 KEYSTORES_URI,
101 KEYSTORES_URI,
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiEnterpriseConfig.java82 public static final String KEYSTORES_URI = "keystores://"; field in class:WifiEnterpriseConfig
607 // Use KEYSTORES_URI which supports multiple aliases.
615 setFieldValue(CA_CERT_KEY, sb.toString(), KEYSTORES_URI);
638 } else if (value.startsWith(KEYSTORES_URI)) {
639 String values = value.substring(KEYSTORES_URI.length());
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DWifiConfigManagerTest.java907 } else if (caCertVariable.startsWith(WifiEnterpriseConfig.KEYSTORES_URI)) {
909 caCertVariable.substring(WifiEnterpriseConfig.KEYSTORES_URI.length()),

Completed in 113 milliseconds