Searched refs:mTZQueryInProgress (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/
H A DCalendarUtils.java60 private volatile static boolean mTZQueryInProgress = false; field in class:CalendarUtils.TimeZoneUtils
97 mTZQueryInProgress = false;
132 mTZQueryInProgress = false;
279 mTZQueryInProgress = true;
284 // preferences, set mTZQueryInProgress to false, and call all
293 if (mTZQueryInProgress) {
312 if (mTZQueryInProgress) {

Completed in 62 milliseconds