Searched defs:Time (Results 1 - 4 of 4) sorted by relevance

/dalvik/libcore/security/src/main/java/org/apache/harmony/security/x509/
H A DTime.java38 * Time ::= CHOICE {
44 public class Time { class
/dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/cms/
H A DTime.java14 public class Time class in inherits:ASN1Encodable
19 public static Time getInstance(
26 public Time( method in class:Time
32 throw new IllegalArgumentException("unknown object passed to Time");
43 public Time( method in class:Time
64 public static Time getInstance(
67 if (obj instanceof Time)
69 return (Time)obj;
73 return new Time((DERUTCTime)obj);
77 return new Time((DERGeneralizedTim
[all...]
/dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/x509/
H A DTime.java15 public class Time class in inherits:ASN1Encodable,ASN1Choice
21 public static Time getInstance(
28 public Time( method in class:Time
34 throw new IllegalArgumentException("unknown object passed to Time");
45 public Time( method in class:Time
66 public static Time getInstance(
69 if (obj instanceof Time)
71 return (Time)obj;
75 return new Time((DERUTCTime)obj);
79 return new Time((DERGeneralizedTim
[all...]
/dalvik/libcore/sql/src/main/java/java/sql/
H A DTime.java29 public class Time extends Date { class in inherits:Date
34 * Constructs a {@code Time} object using the supplied values for <i>Hour</i>,
36 * <i>Day</i> elements of the {@code Time} object are set to the date
40 * elements of a {@code Time} object will result in an {@code
46 * @deprecated Please use the constructor {@link #Time(long)}.
57 public Time(int theHour, int theMinute, int theSecond) { method in class:Time
62 * Constructs a {@code Time} object using a supplied time specified in
66 * a {@code Time} specified in milliseconds since the
70 public Time(long theTime) { method in class:Time
76 * {@code Time} objec
[all...]

Completed in 98 milliseconds