Searched refs:CONFIG_LOCALE (Results 1 – 4 of 4) sorted by relevance
331 changed |= ActivityInfo.CONFIG_LOCALE; in updateFrom()335 … if (delta.userSetLocale && (!userSetLocale || ((changed & ActivityInfo.CONFIG_LOCALE) != 0))) in updateFrom()338 changed |= ActivityInfo.CONFIG_LOCALE; in updateFrom()438 changed |= ActivityInfo.CONFIG_LOCALE; in diff()
267 public static final int CONFIG_LOCALE = 0x0004; field in ActivityInfo
1033 CONFIG_LOCALE = ACONFIGURATION_LOCALE, enumerator1052 if (locale != o.locale) diffs |= CONFIG_LOCALE; in diff()
11420 if ((changes&ActivityInfo.CONFIG_LOCALE) != 0) { in updateConfigurationLocked()