Home
last modified time | relevance | path

Searched refs:shouldRelaunchLocked (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DActivityRecord.java2470 if (shouldRelaunchLocked(changes, mTmpConfig) || forceNewConfig) { in ensureActivityConfigurationLocked()
2533 private boolean shouldRelaunchLocked(int changes, Configuration changesConfig) { in shouldRelaunchLocked() method in ActivityRecord