Searched refs:locale (Results 126 - 130 of 130) sorted by relevance

123456

/frameworks/base/core/java/com/android/internal/app/
H A DResolverActivity.java1172 mCollator = Collator.getInstance(context.getResources().getConfiguration().locale);
/frameworks/base/media/java/android/media/
H A DMediaScanner.java1866 public native void setLocale(String locale); argument
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java1783 Log.d(TAG, "Storing locale " + l.toLanguageTag() + " for decryption UI");
1786 Log.e(TAG, "Error storing locale for decryption UI", e);
2110 mConfiguration.locale = Locale.getDefault();
11004 configuration.setLayoutDirection(configuration.locale);
16681 if (values.locale != null && !initLocale) {
16682 saveLocaleLocked(values.locale,
16683 !values.locale.equals(mConfiguration.locale),
16791 * Save the locale. You must be inside a synchronized (this) block.
/frameworks/base/core/java/android/view/
H A DView.java1920 * script for the locale. Use with {@link #setLayoutDirection}.
8303 mContext.getResources().getConfiguration().locale);
8313 mContext.getResources().getConfiguration().locale);
/frameworks/base/core/java/android/app/
H A DActivityThread.java4124 // Ask text layout engine to free its caches if there is a locale change
4339 * Initialize the default locale in this process for the reasons we set the time zone.
4341 Locale.setDefault(data.config.locale);

Completed in 452 milliseconds

123456