Home
last modified time | relevance | path

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

/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/functional/
DWifiConnectionTest.java67 boolean shouldPause = false; in testWifiConnections()
69 if (shouldPause) { in testWifiConnections()
83 shouldPause = true; in testWifiConnections()
/frameworks/av/media/libstagefright/httplive/
DPlaylistFetcher.cpp1354 bool shouldPause = false; in onDownloadNext() local
1446 shouldPause = true; in onDownloadNext()
1448 if (shouldPause || shouldPauseDownload()) { in onDownloadNext()
1461 shouldPause = true; in onDownloadNext()
1536 shouldPause = true; in onDownloadNext()
1539 if (!shouldPause) { in onDownloadNext()