Searched refs:forceNewConfig (Results 1 – 3 of 3) sorted by relevance
354 boolean forceNewConfig; // force re-create with new config next time field in ActivityRecord577 pw.print(" forceNewConfig="); pw.println(forceNewConfig); in dump()3230 if (getConfiguration().equals(mTmpConfig) && !forceNewConfig && !displayChanged) { in ensureActivityConfiguration()3257 if (changes == 0 && !forceNewConfig) { in ensureActivityConfiguration()3280 forceNewConfig = false; in ensureActivityConfiguration()3291 if (shouldRelaunchLocked(changes, mTmpConfig) || forceNewConfig) { in ensureActivityConfiguration()3295 forceNewConfig = false; in ensureActivityConfiguration()3458 forceNewConfig = false; in relaunchActivityLocked()
812 r.forceNewConfig = false; in realStartActivityLocked()
5412 a.forceNewConfig = true; in restartPackage()