Searched refs:tzString (Results 1 – 1 of 1) sorted by relevance
199 String tzString = Utils.getTimeZone(context, mTZUpdater); in bindView() local201 tzString = Time.TIMEZONE_UTC; in bindView()209 whenString = DateUtils.formatDateRange(context, mFormatter, begin, end, flags, tzString) in bindView()211 if (!allDay && !TextUtils.equals(tzString, eventTz)) { in bindView()214 Time date = new Time(tzString); in bindView()217 TimeZone tz = TimeZone.getTimeZone(tzString); in bindView()219 displayName = tzString; in bindView()