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.cpp1246 bool shouldPause = false; in onDownloadNext() local
1338 shouldPause = true; in onDownloadNext()
1340 if (shouldPause || shouldPauseDownload()) { in onDownloadNext()
1353 shouldPause = true; in onDownloadNext()
1428 shouldPause = true; in onDownloadNext()
1431 if (!shouldPause) { in onDownloadNext()