Home
last modified time | relevance | path

Searched defs:remainingProtocols (Results 1 – 1 of 1) sorted by relevance

/libcore/support/src/test/java/libcore/java/security/
DStandardNames.java986 Set remainingProtocols = new HashSet<String>(expected); in assertValidProtocols() local
1003 Set<String> remainingProtocols = assertValidProtocols(expected, protocols); in assertSupportedProtocols() local