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

/frameworks/base/core/java/android/text/format/
H A DTime.java137 * The timezone for this Time. Should not be null.
139 public String timezone; field in class:Time
167 * Construct a Time object in the timezone named by the string
168 * argument "timezone". The time is initialized to Jan 1, 1970.
169 * @param timezoneId string containing the timezone to use.
180 * Construct a Time object in the default timezone. The time is initialized to
194 initialize(other.timezone);
198 /** Initialize the Time to 00:00:00 1/1/1970 in the specified timezone. */
200 this.timezone = timezoneId;
238 * instead located in a different timezone
243 switchTimezone(String timezone) argument
1065 public String timezone; field in class:Time.TimeCalculator
1125 switchTimeZone(String timezone) argument
[all...]
/frameworks/rs/
H A DrsHidlAdaptation.cpp729 void RsHidlAdaptation::ScriptSetTimeZone (RsContext context, RsScript script, const char* timezone, size_t size) argument
733 GetIContextHandle(context)->scriptSetTimeZone(_script, hidl_string(timezone));
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
H A DExifInterface.java1961 * @param timezone a TimeZone object.
1964 public boolean addDateTimeStampTag(int tagId, long timestamp, TimeZone timezone) { argument
1967 mDateTimeStampFormat.setTimeZone(timezone);
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 140 milliseconds