Searched refs:hasSavedState (Results 1 – 4 of 4) sorted by relevance
62 bool hasSavedState() const;92 bool PlaylistFetcher::DownloadState::hasSavedState() const { in hasSavedState() function in android::PlaylistFetcher::DownloadState644 mDownloadState->hasSavedState() in onMessageReceived()854 if (!mDownloadState->hasSavedState()) { in onMonitorQueue()1339 if (mDownloadState->hasSavedState()) { in onDownloadNext()
895 assertTrue(activity.hasSavedState()); in testHasSavedState()898 assertFalse(activity.hasSavedState()); in testHasSavedState()907 assertFalse(activity.hasSavedState()); in testUpdateSavedState()913 assertTrue(activity.hasSavedState()); in testUpdateSavedState()929 assertTrue(activity.hasSavedState()); in testUpdateSavedState_activityStopped()937 assertTrue(activity.hasSavedState()); in testUpdateSavedState_activityStopped()
1117 if (r.isVisibleRequested() || !r.mAppStopped || !r.hasSavedState() || !r.isDestroyable() in releaseSomeActivities()
1469 boolean hasSavedState() { in hasSavedState() method in ActivityRecord