Searched defs:mLocale (Results 1 - 25 of 28) sorted by relevance

12

/frameworks/base/location/java/android/location/
H A DGeocoderParams.java36 private Locale mLocale; field in class:GeocoderParams
49 mLocale = locale;
57 return mLocale;
74 gp.mLocale = new Locale(language, country, variant);
89 parcel.writeString(mLocale.getLanguage());
90 parcel.writeString(mLocale.getCountry());
91 parcel.writeString(mLocale.getVariant());
H A DAddress.java36 private Locale mLocale; field in class:Address
64 mLocale = locale;
71 return mLocale;
534 parcel.writeString(mLocale.getLanguage());
535 parcel.writeString(mLocale.getCountry());
/frameworks/base/packages/Osu/src/com/android/anqp/
H A DI18Name.java17 private final Locale mLocale; field in class:I18Name
30 mLocale = Locale.forLanguageTag(mLanguage);
41 mLocale = Locale.forLanguageTag(mLanguage);
49 return mLocale;
78 return mText + ':' + mLocale.getLanguage();
/frameworks/support/v4/ics/android/support/v4/view/
H A DPagerTitleStripIcs.java34 private Locale mLocale; field in class:PagerTitleStripIcs.SingleLineAllCapsTransform
37 mLocale = context.getResources().getConfiguration().locale;
43 return source != null ? source.toString().toUpperCase(mLocale) : null;
/frameworks/support/v7/appcompat/src/android/support/v7/text/
H A DAllCapsTransformationMethod.java30 private Locale mLocale; field in class:AllCapsTransformationMethod
33 mLocale = context.getResources().getConfiguration().locale;
38 return source != null ? source.toString().toUpperCase(mLocale) : null;
/frameworks/av/include/media/
H A Dmediascanner.h90 char *mLocale; member in struct:android::MediaScanner
123 // default encoding from MediaScanner::mLocale
124 String8 mLocale; member in class:android::MediaScannerClient
/frameworks/base/core/java/android/text/method/
H A DAllCapsTransformationMethod.java35 private Locale mLocale; field in class:AllCapsTransformationMethod
38 mLocale = context.getResources().getConfiguration().locale;
57 locale = mLocale;
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/anqp/
H A DI18Name.java17 private final Locale mLocale; field in class:I18Name
30 mLocale = Locale.forLanguageTag(mLanguage);
41 mLocale = Locale.forLanguageTag(mLanguage);
49 return mLocale;
78 return mText + ':' + mLocale.getLanguage();
H A DCivicLocationElement.java21 private final Locale mLocale; field in class:CivicLocationElement
51 mLocale = Locale.forLanguageTag(Constants.getString(payload, 2, StandardCharsets.US_ASCII));
76 return mLocale;
87 ", mLocale=" + mLocale +
/frameworks/base/core/java/android/text/
H A DAutoText.java73 private Locale mLocale; field in class:AutoText
77 mLocale = resources.getConfiguration().locale;
95 if (!locale.equals(instance.mLocale)) {
H A DStaticLayout.java344 if (!locale.equals(mLocale)) {
347 mLocale = locale;
413 Locale mLocale; field in class:StaticLayout.Builder
/frameworks/base/core/java/android/view/
H A DAccessibilityIterators.java71 private Locale mLocale; field in class:AccessibilityIterators.CharacterTextSegmentIterator
83 mLocale = locale;
149 if (!mLocale.equals(locale)) {
150 mLocale = locale;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DClock.java65 private Locale mLocale; field in class:Clock
149 if (! newLocale.equals(mLocale)) {
150 mLocale = newLocale;
H A DNetworkControllerImpl.java111 private Locale mLocale = null; field in class:NetworkControllerImpl
176 mLocale = mContext.getResources().getConfiguration().locale;
565 if (!current.equals(mLocale)) {
566 mLocale = current;
649 pw.print(" mLocale=");
650 pw.println(mLocale);
/frameworks/base/core/java/android/service/textservice/
H A DSpellCheckerService.java239 private final String mLocale; field in class:SpellCheckerService.InternalISpellCheckerSession
246 mLocale = locale;
299 return mLocale;
/frameworks/base/core/java/android/speech/tts/
H A DVoice.java64 private final Locale mLocale; field in class:Voice
77 this.mLocale = locale;
86 this.mLocale = (Locale)in.readSerializable();
97 dest.writeSerializable(mLocale);
126 return mLocale;
189 .append(", locale: ").append(mLocale)
203 result = prime * result + ((mLocale == null) ? 0 : mLocale.hashCode());
232 if (mLocale == null) {
233 if (other.mLocale !
[all...]
/frameworks/base/core/java/com/android/internal/app/
H A DLocaleStore.java38 private final Locale mLocale; field in class:LocaleStore.LocaleInfo
53 this.mLocale = locale;
81 return mLocale;
117 LocaleHelper.getDisplayName(mLocale, mLocale, true /* sentence case */);
124 mFullCountryNameNative = LocaleHelper.getDisplayCountry(mLocale, mLocale);
131 return LocaleHelper.getDisplayCountry(mLocale);
141 return LocaleHelper.getDisplayName(mLocale, true /* sentence case */);
146 Locale parentWithScript = getParent(LocaleHelper.addLikelySubtags(mLocale));
[all...]
/frameworks/base/include/androidfw/
H A DAssetManager.h377 char* mLocale; member in class:android::AssetManager
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DCarrierText.java371 private final Locale mLocale; field in class:CarrierText.CarrierTextTransformationMethod
375 mLocale = context.getResources().getConfiguration().locale;
384 source = source.toString().toUpperCase(mLocale);
/frameworks/base/tools/layoutlib/bridge/src/android/text/
H A DStaticLayout_Delegate.java64 builder.mLocale = locale;
139 BreakIterator it = BreakIterator.getLineInstance(new ULocale(builder.mLocale));
225 String mLocale; field in class:StaticLayout_Delegate.Builder
/frameworks/base/core/java/android/widget/
H A DTimePicker.java298 protected final Locale mLocale; field in class:TimePicker.AbstractTimePickerDelegate
305 mLocale = context.getResources().getConfiguration().locale;
H A DSimpleMonthView.java82 private final Locale mLocale; field in class:SimpleMonthView
174 mLocale = res.getConfiguration().locale;
175 mCalendar = Calendar.getInstance(mLocale);
177 mDayFormatter = NumberFormat.getIntegerInstance(mLocale);
186 final String format = DateFormat.getBestDateTimePattern(mLocale, MONTH_YEAR_FORMAT);
187 final SimpleDateFormat formatter = new SimpleDateFormat(format, mLocale);
195 final String[] tinyWeekdayNames = LocaleData.get(mLocale).tinyWeekdayNames;
/frameworks/base/core/java/android/service/voice/
H A DAlwaysOnHotwordDetector.java186 private final Locale mLocale; field in class:AlwaysOnHotwordDetector
341 mLocale = locale;
524 return mKeyphraseEnrollmentInfo.getManageKeyphraseIntent(action, mText, mLocale);
578 mKeyphraseMetadata.id, mLocale.toLanguageTag(), mInternalCallback,
697 enrolled = internalGetIsEnrolled(mKeyphraseMetadata.id, mLocale);
763 pw.print(prefix); pw.print("Locale="); pw.println(mLocale);
/frameworks/base/services/core/java/com/android/server/
H A DTextServicesManagerService.java973 private final String mLocale; field in class:TextServicesManagerService.InternalServiceConnection
978 mLocale = locale;
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DPaint_Delegate.java103 private Locale mLocale = Locale.getDefault(); field in class:Paint_Delegate
1330 mLocale = new Locale(locale);

Completed in 6049 milliseconds

12