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

/frameworks/av/media/libstagefright/codecs/common/include/
H A DvoType.h168 VO_S64 Time; /*!< The time of the buffer */ member in struct:__anon468
/frameworks/base/core/java/android/hardware/hdmi/
H A DHdmiTimerRecordSources.java40 * <li>[Start Time]
150 public static Time timeOf(int hour, int minute) {
152 return new Time(hour, minute);
218 public static final class Time extends TimeUnit { class in class:HdmiTimerRecordSources
219 private Time(int hour, int minute) { method in class:HdmiTimerRecordSources.Time
259 * @param startTime start time in {@link Time}
272 public static TimerInfo timerInfoOf(int dayOfMonth, int monthOfYear, Time startTime,
299 * <li>[Start Time]
320 * Time of day.
323 private final Time mStartTim
[all...]
/frameworks/base/core/java/android/text/format/
H A DTime.java30 * {@link java.util.GregorianCalendar} classes. An instance of the Time class represents
56 public class Time { class
137 * The timezone for this Time. Should not be null.
167 * Construct a Time object in the timezone named by the string
172 public Time(String timezoneId) { method in class:Time
180 * Construct a Time object in the default timezone. The time is initialized to
183 public Time() { method in class:Time
188 * A copy constructor. Construct a Time object by copying the given
189 * Time object. No normalization occurs.
193 public Time(Tim method in class:Time
[all...]

Completed in 2859 milliseconds