Searched refs:deviceWfaCertificates (Results 1 – 1 of 1) sorted by relevance
129 Set<String> deviceWfaCertificates = getDeviceWfaCertificates(); in testNoRemovedWfaCertificates() local130 expectedCertificates.removeAll(deviceWfaCertificates); in testNoRemovedWfaCertificates()141 Set<String> deviceWfaCertificates = getDeviceWfaCertificates(); in testNoAddedWfaCertificates() local142 deviceWfaCertificates.removeAll(expectedCertificates); in testNoAddedWfaCertificates()143 assertEquals("Unknown WFA CA certificates", Collections.EMPTY_SET, deviceWfaCertificates); in testNoAddedWfaCertificates()