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.java399 Map<Integer, List<X509Certificate>> trustRootCertificates = new HashMap<>(); in stopAfterStep() local
408 mOsuServerCallbacks.getSessionId(), trustRootCertificates); in stopAfterStep() local
920 Map<Integer, List<X509Certificate>> trustRootCertificates = new HashMap<>(); in verifyHandlingErrorForAddingPasspointConfiguration() local
928 mOsuServerCallbacks.getSessionId(), trustRootCertificates); in verifyHandlingErrorForAddingPasspointConfiguration() local
946 Map<Integer, List<X509Certificate>> trustRootCertificates = new HashMap<>(); in verifyHandlingEmptyTrustRootCertificateRetrieved() local
950 mOsuServerCallbacks.getSessionId(), trustRootCertificates); in verifyHandlingEmptyTrustRootCertificateRetrieved() local
969 Map<Integer, List<X509Certificate>> trustRootCertificates = new HashMap<>(); in verifyHandlingEmptyRemediationTrustRootCertificateRetrieved() local
978 mOsuServerCallbacks.getSessionId(), trustRootCertificates); in verifyHandlingEmptyRemediationTrustRootCertificateRetrieved() local
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DOsuServerConnection.java397 Map<Integer, List<X509Certificate>> trustRootCertificates = new HashMap<>(); in performRetrievingTrustRootCerts() local
433 trustRootCertificates); in performRetrievingTrustRootCerts() local
DPasspointProvisioner.java574 @NonNull Map<Integer, List<X509Certificate>> trustRootCertificates) { in installTrustRootCertificates()
1166 @NonNull Map<Integer, List<X509Certificate>> trustRootCertificates) { in onReceivedTrustRootCertificates()