HomeSort by relevance Sort by last modified time
    Searched refs: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) {
401 jboolean inUtc = false;
457 inUtc = true;
472 return inUtc;
484 jboolean inUtc = false;
584 inUtc = true;
633 return inUtc;
  /frameworks/base/core/java/android/pim/
RecurrenceSet.java 181 boolean inUtc = start.parse(dtstart);
184 if (inUtc) {

Completed in 372 milliseconds