Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/tests/security/cert/
DCollectionCertStoreParametersTest.java59 Collection c = cp.getCollection(); in testCollectionCertStoreParameters02()
104 assertTrue("isRefUsed_1", certificates == cp.getCollection()); in testCollectionCertStoreParametersCollection03()
106 assertTrue("isEmpty", cp.getCollection().isEmpty()); in testCollectionCertStoreParametersCollection03()
111 assertTrue("isRefUsed_2", certificates.equals(cp.getCollection())); in testCollectionCertStoreParametersCollection03()
151 assertTrue(cp1.getCollection() == cp2.getCollection()); in testClone02()
165 assertTrue(cp1.getCollection() == cp2.getCollection() && in testClone03()
166 cp3.getCollection() == cp2.getCollection()); in testClone03()
196 assertNotNull(cp.getCollection()); in testGetCollection01()
206 assertNotNull(cp.getCollection()); in testGetCollection02()
DCertStore1Test.java472 .getCertStoreParameters()).getCollection(), in testCertStore18()
473 ((CollectionCertStoreParameters) dParams).getCollection()); in testCertStore18()
480 .getCertStoreParameters()).getCollection(), in testCertStore18()
482 .getCollection()); in testCertStore18()
492 .getCertStoreParameters()).getCollection(), in testCertStore18()
494 .getCollection()); in testCertStore18()
/libcore/ojluni/src/main/java/java/security/cert/
DCollectionCertStoreParameters.java110 public Collection<?> getCollection() { in getCollection() method in CollectionCertStoreParameters
/libcore/tools/openjdk-analyzer/src/libcore/tools/analyzer/openjdk/
DDependencyAnalyzer.java159 SignaturesCollection collection = collector.getCollection(); in analyze()
165 result.setAggregatedDependency(topCollector.getCollection()); in analyze()
543 return collector.getCollection(); in getSignatureCollection()
DSignaturesCollector.java171 public SignaturesCollection getCollection() { in getCollection() method in SignaturesCollector
DMain.java644 SignaturesCollection collection = collector.getCollection(); in run()
/libcore/api/
Dcurrent.txt8958 method public java.util.Collection<?> getCollection();