Searched refs:forceNewConfig (Results 1 – 3 of 3) sorted by relevance
321 boolean forceNewConfig; // force re-create with new config next time field in ActivityRecord518 pw.print(" forceNewConfig="); pw.println(forceNewConfig); in dump()2546 if (getConfiguration().equals(mTmpConfig) && !forceNewConfig && !displayChanged) { in ensureActivityConfiguration()2573 if (changes == 0 && !forceNewConfig) { in ensureActivityConfiguration()2596 forceNewConfig = false; in ensureActivityConfiguration()2607 if (shouldRelaunchLocked(changes, mTmpConfig) || forceNewConfig) { in ensureActivityConfiguration()2611 forceNewConfig = false; in ensureActivityConfiguration()2760 forceNewConfig = false; in relaunchActivityLocked()
1485 r.forceNewConfig = false; in realStartActivityLocked()
5088 a.forceNewConfig = true; in restartPackage()