Searched refs:getTrustRootCertList (Results 1 – 5 of 5) sorted by relevance
150 public Map<String, byte[]> getTrustRootCertList() { in getTrustRootCertList() method in PasspointConfiguration
126 XmlUtil.writeNextValue(out, XML_TAG_TRUST_ROOT_CERT_LIST, config.getTrustRootCertList()); in serializePasspointConfiguration()
893 Map<String, byte[]> trustCertInfo = passpointConfig.getTrustRootCertList(); in retrieveTrustRootCerts()
272 when(mPasspointConfiguration.getTrustRootCertList()).thenReturn(trustCertInfo); in setUp()
46121 Landroid/net/wifi/hotspot2/PasspointConfiguration;->getTrustRootCertList()Ljava/util/Map;