Searched refs:getCaPath (Results 1 – 9 of 9) sorted by relevance
409 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()
344 assertEquals(wifiConfiguration.enterpriseConfig.getCaPath(), in verifyWifiConfigurationForOsenOsuNetwork()
1021 if (!TextUtils.isEmpty(getCaPath())) return true; in hasCaCertificate()1220 public String getCaPath() { in getCaPath() method in WifiEnterpriseConfig1906 return !TextUtils.isEmpty(getCaPath()); in isMandatoryParameterSetForServerCertValidation()
692 eapNetwork.enterpriseConfig.getCaPath()); in getTestNetworksXmlBytes()1087 wpa3EapNetwork.enterpriseConfig.getCaPath()) in testMalformedConfigKeyInTheXml()
8181 config.enterpriseConfig.getCaPath()); in testUpdateCaCertificatePathSuccess()
772 && config.enterpriseConfig.getCaPath() != null) { in getConfig()776 + config.enterpriseConfig.getCaPath() in getConfig()1171 if (!TextUtils.isEmpty(enterpriseConfig.getCaPath())) { in showSecurityFields()
785 && config.enterpriseConfig.getCaPath() != null) { in getConfig()789 + config.enterpriseConfig.getCaPath() in getConfig()1183 if (!TextUtils.isEmpty(enterpriseConfig.getCaPath())) { in showSecurityFields()
659 method @NonNull public String getCaPath();
1668 Landroid/net/wifi/WifiEnterpriseConfig;->getCaPath()Ljava/lang/String;