OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UTC_TIMEZONE
(Results
1 - 3
of
3
) sorted by null
/packages/apps/ContactsCommon/src/com/android/contacts/common/util/
DateUtils.java
35
public static final TimeZone
UTC_TIMEZONE
= TimeZone.getTimeZone("UTC");
58
format.setTimeZone(
UTC_TIMEZONE
);
60
CommonDateUtils.NO_YEAR_DATE_FORMAT.setTimeZone(
UTC_TIMEZONE
);
105
final Calendar calendar = Calendar.getInstance(
UTC_TIMEZONE
, Locale.US);
114
final Calendar calendar = Calendar.getInstance(
UTC_TIMEZONE
, Locale.US);
179
outFormat.setTimeZone(
UTC_TIMEZONE
);
/packages/apps/Exchange/src/com/android/exchange/adapter/
CalendarSyncParser.java
44
private final TimeZone
UTC_TIMEZONE
= TimeZone.getTimeZone("UTC");
300
cv.put(Events.EVENT_TIMEZONE,
UTC_TIMEZONE
.getID());
310
final GregorianCalendar cal = new GregorianCalendar(
UTC_TIMEZONE
);
[
all
...]
/packages/apps/Exchange/src/com/android/exchange/utility/
CalendarUtilities.java
130
private static final TimeZone
UTC_TIMEZONE
= TimeZone.getTimeZone("UTC");
[
all
...]
Completed in 267 milliseconds