Searched refs:forceNewConfig (Results 1 – 4 of 4) sorted by relevance
296 boolean forceNewConfig; // force re-create with new config next time field in ActivityRecord499 pw.print(" forceNewConfig="); pw.println(forceNewConfig); in dump()2418 if (getConfiguration().equals(mTmpConfig) && !forceNewConfig && !displayChanged) { in ensureActivityConfigurationLocked()2436 if (changes == 0 && !forceNewConfig) { in ensureActivityConfigurationLocked()2459 forceNewConfig = false; in ensureActivityConfigurationLocked()2470 if (shouldRelaunchLocked(changes, mTmpConfig) || forceNewConfig) { in ensureActivityConfigurationLocked()2474 forceNewConfig = false; in ensureActivityConfigurationLocked()2620 forceNewConfig = false; in relaunchActivityLocked()
1424 r.forceNewConfig = false; in realStartActivityLocked()
5103 a.forceNewConfig = true; in restartPackage()
4974 r.forceNewConfig = true; in requestActivityRelaunch()