Home
last modified time | relevance | path

Searched refs:expectedCertificates (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/security/src/android/security/cts/
DCertificateTest.java70 Set<String> expectedCertificates = new HashSet<String>( in testNoRemovedCertificates() local
73 expectedCertificates.removeAll(deviceCertificates); in testNoRemovedCertificates()
74 assertEquals("Missing CA certificates", Collections.EMPTY_SET, expectedCertificates); in testNoRemovedCertificates()
98 Set<String> expectedCertificates = new HashSet<String>( in testNoAddedCertificates() local
101 deviceCertificates.removeAll(expectedCertificates); in testNoAddedCertificates()
127 Set<String> expectedCertificates = new HashSet<>( in testNoRemovedWfaCertificates() local
130 expectedCertificates.removeAll(deviceWfaCertificates); in testNoRemovedWfaCertificates()
131 assertEquals("Missing WFA CA certificates", Collections.EMPTY_SET, expectedCertificates); in testNoRemovedWfaCertificates()
139 Set<String> expectedCertificates = new HashSet<String>( in testNoAddedWfaCertificates() local
142 deviceWfaCertificates.removeAll(expectedCertificates); in testNoAddedWfaCertificates()