HomeSort by relevance Sort by last modified time
    Searched full:getcertstoreparameters (Results 1 - 7 of 7) sorted by null

  /libcore/luni/src/test/java/tests/security/cert/
CertStore2Test.java 46 assertNotNull(certStore.getCertStoreParameters());
47 assertNotSame(parameters, certStore.getCertStoreParameters());
57 assertNull(certStore.getCertStoreParameters());
90 assertNotNull(certStore.getCertStoreParameters());
91 assertNotSame(parameters, certStore.getCertStoreParameters());
106 assertNull(certStore.getCertStoreParameters());
161 assertNotNull(certStore.getCertStoreParameters());
162 assertNotSame(parameters, certStore.getCertStoreParameters());
174 assertNull(certStore.getCertStoreParameters());
CertStore1Test.java 163 assertTrue("Incorrect parameters", certS.getCertStoreParameters()
173 assertNull("Incorrect parameters", certS.getCertStoreParameters());
219 certS.getCertStoreParameters();
309 certS.getCertStoreParameters();
371 certS.getCertStoreParameters();
459 * Test for <code>getCertStoreParameters()</code> method
472 .getCertStoreParameters()).getCollection(),
480 .getCertStoreParameters()).getCollection(),
492 .getCertStoreParameters()).getCollection(),
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
CertStore1Test.java 175 assertTrue("Incorrect parameters", certS.getCertStoreParameters()
185 assertNull("Incorrect parameters", certS.getCertStoreParameters());
231 certS.getCertStoreParameters();
326 certS.getCertStoreParameters();
392 certS.getCertStoreParameters();
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/cert/
CertStore_ImplTest.java 140 assertTrue("Invalid parameters", certS.getCertStoreParameters() instanceof MyCertStoreParameters);
222 assertTrue("Invalid parameters", certS.getCertStoreParameters() instanceof MyCertStoreParameters);
282 assertTrue("Invalid parameters", certS.getCertStoreParameters() instanceof MyCertStoreParameters);
  /libcore/luni/src/main/java/java/security/cert/
CertStore.java 220 public final CertStoreParameters getCertStoreParameters() {
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 6611 milliseconds