Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libstagefright/httplive/
H A 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()
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DActivityRecordTests.java800 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()
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowProcessController.java909 if (r.mVisibleRequested || !r.stopped || !r.hasSavedState() || !r.isDestroyable() in releaseSomeActivities()
H A DActivityRecord.java1274 boolean hasSavedState() { in hasSavedState() method in ActivityRecord
/aosp12/frameworks/base/services/
H A Dart-profile44030 PLcom/android/server/wm/ActivityRecord;->hasSavedState()Z