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