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

/frameworks/base/core/jni/
H A DTimeUtils.h31 * This class is the core implementation of the android.util.Time java
38 class Time class in namespace:android
57 static int compare(Time& a, Time& b);
59 Time();
H A DTime.cpp8 dump(const Time& t)
21 Time::Time() function in class:android::Time
44 Time::compare(Time& a, Time& b)
81 Time::switchTimezone(const char* timezone)
88 Time::format(const char *format, const struct strftime_locale *locale) const
114 Time::format2445(short* buf, bool hasTime) const
154 Time
[all...]
/frameworks/av/media/libstagefright/codecs/common/include/
H A DvoType.h168 VO_S64 Time; /*!< The time of the buffer */ member in struct:__anon643
/frameworks/base/core/java/android/text/format/
H A DTime.java28 * {@link java.util.GregorianCalendar} classes. An instance of the Time class represents
33 public class Time { class
114 * The timezone for this Time. Should not be null.
160 * Construct a Time object in the timezone named by the string
165 public Time(String timezone) { method in class:Time
178 * Construct a Time object in the default timezone. The time is initialized to
181 public Time() { method in class:Time
186 * A copy constructor. Construct a Time object by copying the given
187 * Time object. No normalization occurs.
191 public Time(Tim method in class:Time
[all...]

Completed in 338 milliseconds