Searched refs:sLocale (Results 1 – 3 of 3) sorted by relevance
36 private static Locale sLocale; field in DateTileView44 if (!currentLocale.equals(sLocale)) { in refreshLocale()45 sLocale = currentLocale; in refreshLocale()46 sMonthNames = DateFormatSymbols.getInstance(sLocale).getShortMonths(); in refreshLocale()
80 @VisibleForTesting static Locale sLocale; field in ConvertUtils142 || !currentLocale.equals(sLocale) in utcToLocalTime()144 sLocale = currentLocale; in utcToLocalTime()
324 ConvertUtils.sLocale = null; in testUtcToLocalTime_returnExpectedResult()338 assertThat(ConvertUtils.sLocale).isEqualTo(new Locale("en_US")); in testUtcToLocalTime_returnExpectedResult()