Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DConfigurationController.java67 if (mPendingConfiguration == null || mPendingConfiguration.isOtherSeqNewer(config)) { in updatePendingConfiguration()
177 if (!mPendingConfiguration.isOtherSeqNewer(config)) { in handleConfigurationChangedInner()
207 if (!mConfiguration.isOtherSeqNewer(config) && compat == null) { in handleConfigurationChangedInner()
DResourcesManager.java1442 if (!mResConfiguration.isOtherSeqNewer(config) && compat == null) { in applyConfigurationToResources()
DActivityThread.java6162 || (tmp.createdConfig.isOtherSeqNewer(config) in handleRelaunchActivity()
6165 || tmp.createdConfig.isOtherSeqNewer(changedConfig)) { in handleRelaunchActivity()
6733 && !pendingOverrideConfig.isOtherSeqNewer(overrideConfig)) { in updatePendingActivityConfiguration()
6789 if (overrideConfig.isOtherSeqNewer(pendingOverrideConfig)) { in handleActivityConfigurationChangedInner()
6807 if (r.overrideConfig != null && !r.overrideConfig.isOtherSeqNewer(overrideConfig) in handleActivityConfigurationChangedInner()
/frameworks/base/core/tests/coretests/src/android/content/res/
DConfigurationTest.java168 assertFalse(config.isOtherSeqNewer(otherConfig)); in testSequenceNumberWrapAround()
173 assertTrue(config.isOtherSeqNewer(otherConfig)); in testSequenceNumberWrapAround()
/frameworks/base/core/java/android/content/res/
DConfiguration.java2056 public boolean isOtherSeqNewer(Configuration other) { in isOtherSeqNewer() method in Configuration
/frameworks/base/core/java/android/view/
DViewRootImpl.java6845 if (config.isOtherSeqNewer( in handleMessageImpl()
/frameworks/base/boot/
Dboot-image-profile.txt5022 HSPLandroid/content/res/Configuration;->isOtherSeqNewer(Landroid/content/res/Configuration;)Z
/frameworks/base/config/
Dboot-image-profile.txt5025 HSPLandroid/content/res/Configuration;->isOtherSeqNewer(Landroid/content/res/Configuration;)Z
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt13654 Landroid/content/res/Configuration;->isOtherSeqNewer(Landroid/content/res/Configuration;)Z