Searched refs:getTrustRootCertList (Results 1 – 4 of 4) 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()
273 when(mPasspointConfiguration.getTrustRootCertList()).thenReturn(trustCertInfo); in setUp()