Home
last modified time | relevance | path

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

/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
DCertStore1Test.java70 private static boolean CollectionSupport = false; field in CertStore1Test
88 CollectionSupport = (defaultProviderCol != null);
89 defaultProviderColName = (CollectionSupport ? defaultProviderCol.getName() : null);
90 if (CollectionSupport) {
105 if (!LDAPSupport && !CollectionSupport) { in initParams()
109 dParams = (CollectionSupport ? (CertStoreParameters) new CollectionCertStoreParameters() : in initParams()
111 dType = (CollectionSupport ? CollectionType : defaultType); in initParams()
112 dProv = (CollectionSupport ? defaultProviderCol : defaultProvider); in initParams()
113 dName = (CollectionSupport ? defaultProviderColName : defaultProviderName); in initParams()
114 dValid = (CollectionSupport ? validValuesC : validValues); in initParams()
[all …]