Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/httplive/
DPlaylistFetcher.cpp62 bool hasSavedState() const;
92 bool PlaylistFetcher::DownloadState::hasSavedState() const { in hasSavedState() function in android::PlaylistFetcher::DownloadState
644 mDownloadState->hasSavedState() in onMessageReceived()
854 if (!mDownloadState->hasSavedState()) { in onMonitorQueue()
1339 if (mDownloadState->hasSavedState()) { in onDownloadNext()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DActivityRecordTests.java895 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()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowProcessController.java1117 if (r.isVisibleRequested() || !r.mAppStopped || !r.hasSavedState() || !r.isDestroyable() in releaseSomeActivities()
DActivityRecord.java1469 boolean hasSavedState() { in hasSavedState() method in ActivityRecord