Home
last modified time | relevance | path

Searched defs:trustRootCertificates (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/
DPasspointProvisionerTest.java400 Map<Integer, List<X509Certificate>> trustRootCertificates = new HashMap<>(); in stopAfterStep() local
409 mOsuServerCallbacks.getSessionId(), trustRootCertificates); in stopAfterStep() local
921 Map<Integer, List<X509Certificate>> trustRootCertificates = new HashMap<>(); in verifyHandlingErrorForAddingPasspointConfiguration() local
929 mOsuServerCallbacks.getSessionId(), trustRootCertificates); in verifyHandlingErrorForAddingPasspointConfiguration() local
947 Map<Integer, List<X509Certificate>> trustRootCertificates = new HashMap<>(); in verifyHandlingEmptyTrustRootCertificateRetrieved() local
951 mOsuServerCallbacks.getSessionId(), trustRootCertificates); in verifyHandlingEmptyTrustRootCertificateRetrieved() local
970 Map<Integer, List<X509Certificate>> trustRootCertificates = new HashMap<>(); in verifyHandlingEmptyRemediationTrustRootCertificateRetrieved() local
979 mOsuServerCallbacks.getSessionId(), trustRootCertificates); in verifyHandlingEmptyRemediationTrustRootCertificateRetrieved() local
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DOsuServerConnection.java366 Map<Integer, List<X509Certificate>> trustRootCertificates = new HashMap<>(); in performRetrievingTrustRootCerts() local
402 trustRootCertificates); in performRetrievingTrustRootCerts() local
DPasspointProvisioner.java574 @NonNull Map<Integer, List<X509Certificate>> trustRootCertificates) { in installTrustRootCertificates()
1166 @NonNull Map<Integer, List<X509Certificate>> trustRootCertificates) { in onReceivedTrustRootCertificates()