Home
last modified time | relevance | path

Searched refs:locale (Results 1 – 17 of 17) sorted by relevance

/development/apps/CustomLocale/src/com/android/customlocale2/
DCustomLocaleReceiver.java57 String locale = intent.getStringExtra(EXTRA_LOCALE); in onReceive() local
60 boolean is_ok = locale != null; in onReceive()
61 is_ok = is_ok && (locale.length() == 2 || locale.length() == 5); in onReceive()
62 if (is_ok && locale.length() >= 2) { in onReceive()
63 is_ok = Character.isLetter(locale.charAt(0)) && in onReceive()
64 Character.isLetter(locale.charAt(1)); in onReceive()
66 if (is_ok && locale.length() == 5) { in onReceive()
67 is_ok = locale.charAt(2) == '_' && in onReceive()
68 Character.isLetter(locale.charAt(3)) && in onReceive()
69 Character.isLetter(locale.charAt(4)); in onReceive()
[all …]
DCustomLocaleActivity.java134 String locale = data.getExtras().getString(NewLocaleDialog.INTENT_EXTRA_LOCALE); in onActivityResult() local
135 if (locale != null && locale.length() > 0) { in onActivityResult()
141 customLocales = locale; in onActivityResult()
143 customLocales += CUSTOM_LOCALES_SEP + locale; in onActivityResult()
153 getString(R.string.added_custom_locale_1s, locale), in onActivityResult()
161 checkLocaleInList(locale); in onActivityResult()
164 changeSystemLocale(locale); in onActivityResult()
215 for (String locale : locales) { in setupLocaleList()
216 if (locale != null && locale.length() > 0) { in setupLocaleList()
217 Locale loc = new Locale(locale); in setupLocaleList()
[all …]
DChangeLocale.java42 public static boolean changeSystemLocale(String locale) { in changeSystemLocale() argument
44 Log.d(TAG, "Change locale to: " + locale); in changeSystemLocale()
53 String[] langCountry = locale.split("_"); in changeSystemLocale()
57 loc = new Locale(locale); in changeSystemLocale()
60 config.locale = loc; in changeSystemLocale()
DNewLocaleDialog.java59 String locale = mEditText.getText().toString(); in onClick() local
63 Log.d(TAG, "New Locale: " + locale + (select ? " + select" : "")); in onClick()
67 data.putExtra(INTENT_EXTRA_LOCALE, locale); in onClick()
/development/tools/winscope/src/test/unit/
Dtimestamp_converter_utils.ts23 locale: 'en-US',
27 locale: 'en-US',
44 locale: 'en-US',
/development/tools/winscope/src/test/fixtures/bugreports/
Dbugreport-codename_beta-UPB2.230407.019-2023-05-30-14-33-48.txt6 [persist.sys.locale]: [en-US]
/development/samples/browseable/NfcProvisioning/src/com.example.android.nfcprovisioning/
DNfcProvisioningFragment.java77 mEditLocale = (EditText) view.findViewById(R.id.locale); in onViewCreated()
84 mEditLocale.addTextChangedListener(new TextWatcherWrapper(R.id.locale, this)); in onViewCreated()
153 case R.id.locale: in onTextChanged()
DProvisioningValuesLoader.java166 context.getResources().getConfiguration().locale.toString()); in loadSystemValues()
/development/tools/winscope/src/common/
Dtimestamp_converter_test.ts166 locale: 'en-US',
180 locale: 'en-US',
194 locale: 'en-US',
208 locale: 'en-US',
Dtime.ts31 locale: string; property
Dtimestamp_converter.ts320 locale: 'en-US',
/development/apps/Development/src/com/android/development/
DConfigurationViewer.java44 + "locale=" + c.locale + "\n" in onCreate()
/development/tools/winscope/src/app/
Dtrace_file_filter.ts102 return {timezone, locale: 'en-US'};
Dtrace_file_filter_test.ts150 locale: 'en-US',
Dmediator_test.ts288 locale: 'en-US',
/development/tools/logblame/
Dsample.txt863 Indexing locale 'en_US' took 17 millis
866 Indexing locale 'en_US' took 10 millis
1138 Indexing locale 'en_US' took 35 millis
1141 Indexing locale 'en_US' took 10 millis
2149 Indexing locale 'en_US' took 60 millis
2152 Indexing locale 'en_US' took 22 millis
2417 Indexing locale 'en_US' took 22 millis
2420 Indexing locale 'en_US' took 23 millis
2706 Indexing locale 'en_US' took 42 millis
2709 Indexing locale 'en_US' took 19 millis
/development/samples/training/NavigationDrawer/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...