Home
last modified time | relevance | path

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

/packages/modules/Wifi/framework/java/android/net/wifi/
DWifiEnterpriseConfig.java775 if (!TextUtils.isEmpty(getCaPath())) return true; in hasCaCertificate()
969 public String getCaPath() { in getCaPath() method in WifiEnterpriseConfig
1616 return !TextUtils.isEmpty(getCaPath()); in isMandatoryParameterSetForServerCertValidation()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/
DPasspointProviderTest.java407 assertEquals(SYSTEM_CA_STORE_PATH, wifiEnterpriseConfig.getCaPath()); in verifyWifiConfigWithTestData()
409 assertEquals(SYSTEM_CA_STORE_PATH, wifiEnterpriseConfig.getCaPath()); in verifyWifiConfigWithTestData()
432 assertEquals(SYSTEM_CA_STORE_PATH, wifiEnterpriseConfig.getCaPath()); in verifyWifiConfigWithTestData()
436 assertEquals(SYSTEM_CA_STORE_PATH, wifiEnterpriseConfig.getCaPath()); in verifyWifiConfigWithTestData()
440 assertEquals(SYSTEM_CA_STORE_PATH, wifiEnterpriseConfig.getCaPath()); in verifyWifiConfigWithTestData()
DOsuNetworkConnectionTest.java344 assertEquals(wifiConfiguration.enterpriseConfig.getCaPath(), in verifyWifiConfigurationForOsenOsuNetwork()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DNetworkListStoreDataTest.java633 eapNetwork.enterpriseConfig.getCaPath()); in getTestNetworksXmlBytes()
1041 wpa3EapNetwork.enterpriseConfig.getCaPath()) in testMalformedConfigKeyInTheXml()
/packages/apps/Settings/src/com/android/settings/wifi/
DWifiConfigController.java747 && config.enterpriseConfig.getCaPath() != null) { in getConfig()
751 + config.enterpriseConfig.getCaPath() in getConfig()
1139 if (!TextUtils.isEmpty(enterpriseConfig.getCaPath())) { in showSecurityFields()
DWifiConfigController2.java739 && config.enterpriseConfig.getCaPath() != null) { in getConfig()
743 + config.enterpriseConfig.getCaPath() in getConfig()
1125 if (!TextUtils.isEmpty(enterpriseConfig.getCaPath())) { in showSecurityFields()
/packages/modules/Wifi/framework/api/
Dsystem-current.txt502 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;