Searched refs:hasSavedState (Results 1 – 5 of 5) 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()
800 assertTrue(activity.hasSavedState()); in testHasSavedState()803 assertFalse(activity.hasSavedState()); in testHasSavedState()812 assertFalse(activity.hasSavedState()); in testUpdateSavedState()818 assertTrue(activity.hasSavedState()); in testUpdateSavedState()834 assertTrue(activity.hasSavedState()); in testUpdateSavedState_activityStopped()842 assertTrue(activity.hasSavedState()); in testUpdateSavedState_activityStopped()
909 if (r.mVisibleRequested || !r.stopped || !r.hasSavedState() || !r.isDestroyable() in releaseSomeActivities()
1274 boolean hasSavedState() { in hasSavedState() method in ActivityRecord
44030 PLcom/android/server/wm/ActivityRecord;->hasSavedState()Z