Searched refs:getDefault (Results 1 - 25 of 157) sorted by relevance

1234567

/packages/apps/Contacts/src/com/android/contacts/util/
H A DPhonebookCollatorFactory.java28 return Collator.getInstance(Locale.getDefault());
H A DHelpUtils.java116 builder.appendQueryParameter(PARAM_LANGUAGE_CODE, Locale.getDefault().toString());
/packages/apps/Mms/tests/src/com/android/mms/util/
H A DHttpUtilsTests.java40 Locale defaultLocale = Locale.getDefault();
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/
H A DMainSettings.java66 mCurrentLocale = Locale.getDefault();
127 if (!mCurrentLocale.equals(Locale.getDefault())) {
129 mCurrentLocale = Locale.getDefault();
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DCountryMonitor.java55 return Locale.getDefault().getCountry();
H A DLocaleSet.java76 public static LocaleSet getDefault() { method in class:LocaleSet
77 return new LocaleSet(Locale.getDefault());
115 return getDefault();
130 return getDefault();
H A DContactsUpgradeReceiver.java79 ActivityManagerNative.getDefault().showBootMessage(
H A DNameNormalizer.java43 final Locale locale = Locale.getDefault();
/packages/apps/Settings/src/com/android/settings/inputmethod/
H A DUserDictionaryList.java122 if (!localeSet.contains(Locale.getDefault().getLanguage().toString())) {
123 localeSet.add(Locale.getDefault().toString());
167 newPref.setTitle(Locale.getDefault().getDisplayName());
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/
H A DUserDictionaryList.java100 if (!localeSet.contains(Locale.getDefault().getLanguage().toString())) {
101 localeSet.add(Locale.getDefault().toString());
141 newPref.setTitle(Locale.getDefault().getDisplayName());
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
H A DBinaryDictionaryTests.java101 Locale.getDefault(), TEST_LOCALE, true /* isUpdatable */);
109 dictFile.length(), true /* useFullEditDistance */, Locale.getDefault(),
132 true /* useFullEditDistance */, Locale.getDefault(), TEST_LOCALE, formatVersion,
164 Locale.getDefault(), TEST_LOCALE, true /* isUpdatable */);
241 Locale.getDefault(), TEST_LOCALE, true /* isUpdatable */);
289 Locale.getDefault(), TEST_LOCALE, true /* isUpdatable */);
323 Locale.getDefault(), TEST_LOCALE, true /* isUpdatable */);
407 Locale.getDefault(), TEST_LOCALE, true /* isUpdatable */);
466 Locale.getDefault(), TEST_LOCALE, true /* isUpdatable */);
518 Locale.getDefault(), TEST_LOCAL
[all...]
/packages/apps/Camera2/src/com/android/camera/one/
H A DAbstractOneCamera.java92 simpleDateFormat.setTimeZone(TimeZone.getDefault());
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
H A DHelpUrl.java65 final Locale locale = Locale.getDefault();
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
H A DCalendarUpgradeReceiver.java71 ActivityManagerNative.getDefault().showBootMessage(
/packages/apps/Settings/src/com/android/settings/
H A DDisplay.java85 ActivityManagerNative.getDefault().getConfiguration());
108 ActivityManagerNative.getDefault().updatePersistentConfiguration(mCurConfig);
H A DHelpUtils.java123 builder.appendQueryParameter(PARAM_LANGUAGE_CODE, Locale.getDefault().toString());
H A DZonePicker.java221 final int defaultIndex = getTimeZoneIndex(adapter, TimeZone.getDefault());
235 for (String olsonId : TimeZoneNames.forLocale(Locale.getDefault())) {
283 final String localeName = Locale.getDefault().toString();
/packages/apps/DeskClock/src/com/android/deskclock/worldclock/
H A DWorldClockAdapter.java122 SettingsActivity.KEY_HOME_TZ, TimeZone.getDefault().getID());
125 != TimeZone.getDefault().getOffset(now.getTime());
242 now.setTimeZone(TimeZone.getDefault());
250 now.getDisplayName(Calendar.DAY_OF_WEEK, Calendar.SHORT, Locale.getDefault())));
/packages/apps/Email/tests/src/com/android/email/
H A DControllerProviderOpsTests.java81 Locale savedLocale = Locale.getDefault();
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DNameNormalizerTest.java46 mOriginalLocale = Locale.getDefault();
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DRealSystemFacade.java73 boolean isRoaming = isMobile && TelephonyManager.getDefault().isNetworkRoaming();
/packages/providers/MediaProvider/src/com/android/providers/media/
H A DMediaUpgradeReceiver.java67 ActivityManagerNative.getDefault().showBootMessage(
/packages/apps/UnifiedEmail/src/com/android/mail/photomanager/
H A DLetterTileProvider.java94 final Bitmap bitmap = getBitmap(dimensions, false /* getDefault */);
114 c.drawBitmap(getBitmap(dimensions, true /* getDefault */), 0, 0, null);
126 private Bitmap getBitmap(final Dimensions d, boolean getDefault) { argument
142 final Bitmap[] cache = (getDefault) ? mDefaultBitmapCache : mBitmapBackgroundCache;
149 if (getDefault) {
/packages/apps/DeskClock/src/com/android/deskclock/
H A DUtils.java136 builder.appendQueryParameter(PARAM_LANGUAGE_CODE, Locale.getDefault().toString());
383 String timezone = TimeZone.getDefault().getID();
406 String timezone = TimeZone.getDefault().getID();
502 final Locale l = Locale.getDefault();
534 String pattern = DateFormat.getBestDateTimePattern(Locale.getDefault(), skeleton);
558 return DateFormat.getBestDateTimePattern(Locale.getDefault(), skeleton);
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/
H A DTosWebViewFragment.java330 Locale locale = Locale.getDefault();
337 Locale locale = Locale.getDefault();
362 Locale locale = Locale.getDefault();

Completed in 753 milliseconds

1234567