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/base/media/libstagefright/codecs/common/include/
H A DvoType.h192 VO_S64 Time; /*!< The time of the buffer */ member in struct:__anon613
/frameworks/base/core/java/android/text/format/
H A DTime.java25 * The Time class is a faster replacement for the java.util.Calendar and
26 * java.util.GregorianCalendar classes. An instance of the Time class represents
31 public class Time { class
106 * The timezone for this Time. Should not be null.
149 * Construct a Time object in the timezone named by the string
154 public Time(String timezone) { method in class:Time
167 * Construct a Time object in the default timezone. The time is initialized to
170 public Time() { method in class:Time
175 * A copy constructor. Construct a Time object by copying the given
176 * Time objec
180 public Time(Time other) { method in class:Time
[all...]

Completed in 332 milliseconds