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

  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/stk/
Duration.java 24 * Class for representing "Duration" object for STK.
28 public class Duration implements Parcelable {
51 public Duration(int timeInterval, TimeUnit timeUnit) {
56 private Duration(Parcel in) {
70 public static final Parcelable.Creator<Duration> CREATOR = new Parcelable.Creator<Duration>() {
71 public Duration createFromParcel(Parcel in) {
72 return new Duration(in);
75 public Duration[] newArray(int size) {
76 return new Duration[size]
    [all...]
  /packages/apps/Email/src/com/android/exchange/utility/
Duration.java 25 public class Duration {
33 public Duration() {
72 "Duration.parse(str='" + str + "') expected 'P' at index="
101 "Duration.parse(str='" + str + "') unexpected char '"
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
Duration.java 1 /* //device/content/providers/pim/Duration.java
30 public class Duration
39 public Duration()
81 "Duration.parse(str='" + str + "') expected 'P' at index="
117 "Duration.parse(str='" + str + "') unexpected char '"
  /libcore/luni/src/main/java/javax/xml/datatype/
Duration.java 18 //$Id: Duration.java 759828 2009-03-30 01:26:29Z mrglavas $
33 * <p>A Duration object represents a period of Gregorian time,
40 * A negative sign indicates a negative duration.</p>
43 * to use for the duration datatype of XML Schema 1.0 with
47 * <p>Duration objects only have partial order, where two values A and B
52 * <li>A==B (A and B are of the same duration)
57 * The {@link #compare(Duration duration)} method implements this
60 * <p>See the {@link #isLongerThan(Duration)} method for details about
61 * the order relationship among <code>Duration</code> objects.</p
    [all...]
  /external/libnfc-nxp/inc/
phNfcTypes.h     [all...]
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 8599 milliseconds