Searched refs:isCachedProcessState (Results 1 – 6 of 6) sorted by relevance
35 boolean isCachedProcessState(); in isCachedProcessState() method
127 if (mActivityThread.isCachedProcessState()) { in handleConfigurationChanged()
3372 public boolean isCachedProcessState() { in isCachedProcessState() method in ActivityThread3385 wasCached = isCachedProcessState(); in updateProcessState()3406 if (wasCached && !isCachedProcessState() && mLaunchingActivities.isEmpty()) { in updateProcessState()
582 assertTrue(activityThread.isCachedProcessState()); in testHandleProcessConfigurationChanged_DependOnProcessState()593 assertFalse(activityThread.isCachedProcessState()); in testHandleProcessConfigurationChanged_DependOnProcessState()
998 HSPLandroid/app/ActivityThread;->isCachedProcessState()Z