Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/
H A DPasspointProviderTest.java400 assertEquals(SYSTEM_CA_STORE_PATH, wifiEnterpriseConfig.getCaPath()); in verifyWifiConfigWithTestData()
402 assertEquals(SYSTEM_CA_STORE_PATH, wifiEnterpriseConfig.getCaPath()); in verifyWifiConfigWithTestData()
425 assertEquals(SYSTEM_CA_STORE_PATH, wifiEnterpriseConfig.getCaPath()); in verifyWifiConfigWithTestData()
429 assertEquals(SYSTEM_CA_STORE_PATH, wifiEnterpriseConfig.getCaPath()); in verifyWifiConfigWithTestData()
433 assertEquals(SYSTEM_CA_STORE_PATH, wifiEnterpriseConfig.getCaPath()); in verifyWifiConfigWithTestData()
H A DOsuNetworkConnectionTest.java344 assertEquals(wifiConfiguration.enterpriseConfig.getCaPath(), in verifyWifiConfigurationForOsenOsuNetwork()
/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/
H A DWifiEnterpriseConfig.java907 public String getCaPath() { in getCaPath() method in WifiEnterpriseConfig
1532 return !TextUtils.isEmpty(getCaPath()); in isMandatoryParameterSetForServerCertValidation()
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DNetworkListStoreDataTest.java488 eapNetwork.enterpriseConfig.getCaPath()); in getTestNetworksXmlBytes()
/aosp12/packages/apps/Settings/src/com/android/settings/wifi/
H A DWifiConfigController.java747 && config.enterpriseConfig.getCaPath() != null) { in getConfig()
751 + config.enterpriseConfig.getCaPath() in getConfig()
1139 if (!TextUtils.isEmpty(enterpriseConfig.getCaPath())) { in showSecurityFields()
H A DWifiConfigController2.java732 && config.enterpriseConfig.getCaPath() != null) { in getConfig()
736 + config.enterpriseConfig.getCaPath() in getConfig()
1118 if (!TextUtils.isEmpty(enterpriseConfig.getCaPath())) { in showSecurityFields()
/aosp12/packages/modules/Wifi/framework/api/
H A Dsystem-current.txt477 method @NonNull public String getCaPath();
/aosp12/packages/modules/Wifi/apex/hiddenapi/
H A Dhiddenapi-max-target-o-low-priority.txt1668 Landroid/net/wifi/WifiEnterpriseConfig;->getCaPath()Ljava/lang/String;