Searched refs:getCaPath (Results 1 – 8 of 8) sorted by relevance
775 if (!TextUtils.isEmpty(getCaPath())) return true; in hasCaCertificate()969 public String getCaPath() { in getCaPath() method in WifiEnterpriseConfig1616 return !TextUtils.isEmpty(getCaPath()); in isMandatoryParameterSetForServerCertValidation()
407 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()
344 assertEquals(wifiConfiguration.enterpriseConfig.getCaPath(), in verifyWifiConfigurationForOsenOsuNetwork()
633 eapNetwork.enterpriseConfig.getCaPath()); in getTestNetworksXmlBytes()1041 wpa3EapNetwork.enterpriseConfig.getCaPath()) in testMalformedConfigKeyInTheXml()
747 && config.enterpriseConfig.getCaPath() != null) { in getConfig()751 + config.enterpriseConfig.getCaPath() in getConfig()1139 if (!TextUtils.isEmpty(enterpriseConfig.getCaPath())) { in showSecurityFields()
739 && config.enterpriseConfig.getCaPath() != null) { in getConfig()743 + config.enterpriseConfig.getCaPath() in getConfig()1125 if (!TextUtils.isEmpty(enterpriseConfig.getCaPath())) { in showSecurityFields()
502 method @NonNull public String getCaPath();
1668 Landroid/net/wifi/WifiEnterpriseConfig;->getCaPath()Ljava/lang/String;