Home | History | Annotate | Download | only in server

Lines Matching defs:newLocale

653         final Locale newLocale = mRes.getConfiguration().locale;
654 if (newLocale != null && !newLocale.equals(mLastSystemLocale)) {
656 Slog.i(TAG, "Locale has been changed to " + newLocale);
662 mLastSystemLocale = newLocale;