Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/tests/security/cert/
DX509CertSelectorTest.java234 assertEquals(selector.getPathToNames(), selector1.getPathToNames()); in test_clone()
549 selector.getPathToNames(); in test_getPathToNames()
1185 selector.getPathToNames(); in test_setPathToNamesLjava_util_Collection()
2024 assertNotNull(theCertSelector.getPathToNames()); in test_addPathToNameLintLbyte_array2()
2033 assertNotNull(theCertSelector.getPathToNames()); in test_addPathToNameLintLbyte_array2()
2063 assertNotNull(theCertSelector.getPathToNames()); in test_addPathToNameLintLjava_lang_String2()
2070 assertNotNull(theCertSelector.getPathToNames()); in test_addPathToNameLintLjava_lang_String2()
/libcore/ojluni/src/main/java/java/security/cert/
DX509CertSelector.java1800 public Collection<List<?>> getPathToNames() { in getPathToNames() method in X509CertSelector