/development/apps/CustomLocale/src/com/android/customlocale2/ |
D | CustomLocaleReceiver.java | 57 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 …]
|
D | CustomLocaleActivity.java | 134 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 …]
|
D | ChangeLocale.java | 42 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()
|
D | NewLocaleDialog.java | 59 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/ |
D | timestamp_converter_utils.ts | 23 locale: 'en-US', 27 locale: 'en-US', 44 locale: 'en-US',
|
/development/tools/winscope/src/test/fixtures/bugreports/ |
D | bugreport-codename_beta-UPB2.230407.019-2023-05-30-14-33-48.txt | 6 [persist.sys.locale]: [en-US]
|
/development/samples/browseable/NfcProvisioning/src/com.example.android.nfcprovisioning/ |
D | NfcProvisioningFragment.java | 77 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()
|
D | ProvisioningValuesLoader.java | 166 context.getResources().getConfiguration().locale.toString()); in loadSystemValues()
|
/development/tools/winscope/src/common/ |
D | timestamp_converter_test.ts | 166 locale: 'en-US', 180 locale: 'en-US', 194 locale: 'en-US', 208 locale: 'en-US',
|
D | time.ts | 31 locale: string; property
|
D | timestamp_converter.ts | 320 locale: 'en-US',
|
/development/apps/Development/src/com/android/development/ |
D | ConfigurationViewer.java | 44 + "locale=" + c.locale + "\n" in onCreate()
|
/development/tools/winscope/src/app/ |
D | trace_file_filter.ts | 102 return {timezone, locale: 'en-US'};
|
D | trace_file_filter_test.ts | 150 locale: 'en-US',
|
D | mediator_test.ts | 288 locale: 'en-US',
|
/development/tools/logblame/ |
D | sample.txt | 863 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/ |
D | android-support-v4.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |