Searched refs:CONFIG_LOCALE (Results 1 – 4 of 4) sorted by relevance
271 changed |= ActivityInfo.CONFIG_LOCALE; in updateFrom()275 … if (delta.userSetLocale && (!userSetLocale || ((changed & ActivityInfo.CONFIG_LOCALE) != 0))) in updateFrom()278 changed |= ActivityInfo.CONFIG_LOCALE; in updateFrom()362 changed |= ActivityInfo.CONFIG_LOCALE; in diff()
213 public static final int CONFIG_LOCALE = 0x0004; field in ActivityInfo
999 CONFIG_LOCALE = 0x0004, enumerator1017 if (locale != o.locale) diffs |= CONFIG_LOCALE; in diff()
12871 if ((changes&ActivityInfo.CONFIG_LOCALE) != 0) { in updateConfigurationLocked()