HomeSort by relevance Sort by last modified time
    Searched refs:CONFIG_LOCALE (Results 1 - 14 of 14) sorted by null

  /packages/apps/Settings/src/com/android/settings/applications/
InterestingConfigChanges.java 30 if (densityChanged || (configChanges&(ActivityInfo.CONFIG_LOCALE
  /cts/tests/tests/content/src/android/content/res/cts/
ConfigurationTest.java 191 | ActivityInfo.CONFIG_LOCALE, mConfigDefault, config);
195 | ActivityInfo.CONFIG_LOCALE
200 | ActivityInfo.CONFIG_LOCALE
206 | ActivityInfo.CONFIG_LOCALE
213 | ActivityInfo.CONFIG_LOCALE
222 | ActivityInfo.CONFIG_LOCALE
231 | ActivityInfo.CONFIG_LOCALE
239 | ActivityInfo.CONFIG_LOCALE
248 | ActivityInfo.CONFIG_LOCALE
258 | ActivityInfo.CONFIG_LOCALE
    [all...]
  /frameworks/base/core/java/android/content/pm/
ActivityInfo.java 290 public static final int CONFIG_LOCALE = 0x0004;
420 * {@link #CONFIG_LOCALE}, {@link #CONFIG_TOUCHSCREEN},
  /frameworks/base/core/java/android/content/res/
Configuration.java 504 changed |= ActivityInfo.CONFIG_LOCALE;
509 if (delta.userSetLocale && (!userSetLocale || ((changed & ActivityInfo.CONFIG_LOCALE) != 0)))
512 changed |= ActivityInfo.CONFIG_LOCALE;
608 * {@link android.content.pm.ActivityInfo#CONFIG_LOCALE
609 * PackageManager.ActivityInfo.CONFIG_LOCALE},
638 changed |= ActivityInfo.CONFIG_LOCALE;
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/app/
LoaderCustom.java 168 if (densityChanged || (configChanges&(ActivityInfo.CONFIG_LOCALE
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
LoaderCustomSupport.java 171 if (densityChanged || (configChanges&(ActivityInfo.CONFIG_LOCALE
  /frameworks/base/include/utils/
ResourceTypes.h     [all...]
  /frameworks/base/services/java/com/android/server/am/
ActivityManagerService.java     [all...]
  /prebuilt/sdk/11/
android.jar 
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 114 milliseconds