HomeSort by relevance Sort by last modified time
    Searched defs:PSource (Results 1 - 6 of 6) sorted by null

  /dalvik/libcore/crypto/src/main/java/javax/crypto/spec/
PSource.java 26 public class PSource {
30 private PSource() {}
33 * Creates a new <code>PSource</code> instance with the specified source
41 protected PSource(String pSrcName) {
61 public static final class PSpecified extends PSource {
  /dalvik/libcore/crypto/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
PSourceTest.java 31 import javax.crypto.spec.PSource;
37 @TestTargetClass(PSource.class)
51 clazz = PSource.PSpecified.class,
57 new PSource.PSpecified(null);
63 assertEquals("The PSource.PSpecified DEFAULT value should be byte[0]",
64 0, PSource.PSpecified.DEFAULT.getValue().length);
67 PSource.PSpecified ps = new PSource.PSpecified(p);
83 clazz = PSource.PSpecified.class,
90 clazz = PSource.PSpecified.class
    [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 90 milliseconds