Home
last modified time | relevance | path

Searched refs:shouldPause (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/functional/
DWifiConnectionTest.java68 boolean shouldPause = false; in testWifiConnections()
70 if (shouldPause) { in testWifiConnections()
84 shouldPause = true; in testWifiConnections()
/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/
DDreamOverlayService.java427 boolean shouldPause = mShadeExpanded || mCommunalVisible || mBouncerShowing; in updateLifecycleStateLocked()
430 shouldPause ? Lifecycle.State.STARTED : Lifecycle.State.RESUMED); in updateLifecycleStateLocked()
/frameworks/av/media/libstagefright/httplive/
DPlaylistFetcher.cpp1368 bool shouldPause = false; in onDownloadNext() local
1460 shouldPause = true; in onDownloadNext()
1462 if (shouldPause || shouldPauseDownload()) { in onDownloadNext()
1475 shouldPause = true; in onDownloadNext()
1550 shouldPause = true; in onDownloadNext()
1553 if (!shouldPause) { in onDownloadNext()