HomeSort by relevance Sort by last modified time
    Searched refs:mDefaultLocale (Results 1 - 3 of 3) sorted by null

  /cts/tests/tests/text/src/android/text/format/cts/
DateFormatTest.java 51 private Locale mDefaultLocale;
60 mDefaultLocale = Locale.getDefault();
70 if (!Locale.getDefault().equals(mDefaultLocale)) {
71 Locale.setDefault(mDefaultLocale);
134 if (!mDefaultLocale.equals(Locale.US)) {
  /cts/tests/core/runner/src/android/test/
InstrumentationCtsTestRunner.java 233 private Locale mDefaultLocale;
240 mDefaultLocale = Locale.getDefault();
248 Locale.setDefault(mDefaultLocale);
  /frameworks/base/core/java/android/speech/tts/
TextToSpeechService.java 481 private final String[] mDefaultLocale;
491 mDefaultLocale = getSettingsLocale();
558 return getStringParam(Engine.KEY_PARAM_LANGUAGE, mDefaultLocale[0]);
566 if (!hasLanguage()) return mDefaultLocale[1];
571 if (!hasLanguage()) return mDefaultLocale[2];

Completed in 692 milliseconds