Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/
DPasspointProviderTest.java409 assertEquals(SYSTEM_CA_STORE_PATH, wifiEnterpriseConfig.getCaPath()); in verifyWifiConfigWithTestData()
411 assertEquals(SYSTEM_CA_STORE_PATH, wifiEnterpriseConfig.getCaPath()); in verifyWifiConfigWithTestData()
434 assertEquals(SYSTEM_CA_STORE_PATH, wifiEnterpriseConfig.getCaPath()); in verifyWifiConfigWithTestData()
438 assertEquals(SYSTEM_CA_STORE_PATH, wifiEnterpriseConfig.getCaPath()); in verifyWifiConfigWithTestData()
442 assertEquals(SYSTEM_CA_STORE_PATH, wifiEnterpriseConfig.getCaPath()); in verifyWifiConfigWithTestData()
DOsuNetworkConnectionTest.java344 assertEquals(wifiConfiguration.enterpriseConfig.getCaPath(), in verifyWifiConfigurationForOsenOsuNetwork()
/packages/modules/Wifi/framework/java/android/net/wifi/
DWifiEnterpriseConfig.java1021 if (!TextUtils.isEmpty(getCaPath())) return true; in hasCaCertificate()
1220 public String getCaPath() { in getCaPath() method in WifiEnterpriseConfig
1906 return !TextUtils.isEmpty(getCaPath()); in isMandatoryParameterSetForServerCertValidation()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DNetworkListStoreDataTest.java692 eapNetwork.enterpriseConfig.getCaPath()); in getTestNetworksXmlBytes()
1087 wpa3EapNetwork.enterpriseConfig.getCaPath()) in testMalformedConfigKeyInTheXml()
DWifiConfigManagerTest.java8181 config.enterpriseConfig.getCaPath()); in testUpdateCaCertificatePathSuccess()
/packages/apps/Settings/src/com/android/settings/wifi/
DWifiConfigController.java772 && config.enterpriseConfig.getCaPath() != null) { in getConfig()
776 + config.enterpriseConfig.getCaPath() in getConfig()
1171 if (!TextUtils.isEmpty(enterpriseConfig.getCaPath())) { in showSecurityFields()
DWifiConfigController2.java785 && config.enterpriseConfig.getCaPath() != null) { in getConfig()
789 + config.enterpriseConfig.getCaPath() in getConfig()
1183 if (!TextUtils.isEmpty(enterpriseConfig.getCaPath())) { in showSecurityFields()
/packages/modules/Wifi/framework/api/
Dsystem-current.txt659 method @NonNull public String getCaPath();
/packages/modules/Wifi/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt1668 Landroid/net/wifi/WifiEnterpriseConfig;->getCaPath()Ljava/lang/String;