HomeSort by relevance Sort by last modified time
    Searched full:inutc (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/jni/
Time.cpp 146 bool inUtc = strcmp("UTC", timezone) == 0;
147 if (inUtc) {
android_text_format_Time.cpp 169 bool inUtc = strcmp("UTC", t.timezone) == 0;
173 if (inUtc) {
406 jboolean inUtc = false;
459 inUtc = true;
473 return inUtc;
487 jboolean inUtc = false;
584 inUtc = true;
632 return inUtc;
  /frameworks/opt/calendar/src/com/android/calendarcommon2/
RecurrenceSet.java 201 boolean inUtc = start.parse(dtstart);
206 if (inUtc || allDay) {

Completed in 69 milliseconds