Home
last modified time | relevance | path

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

/cts/tests/tests/os/src/android/os/cts/
DStrictModeTest.java187 if (!hasInternetConnection()) { in testCleartextNetwork()
206 if (!hasInternetConnection()) { in testEncryptedNetwork()
302 if (!hasInternetConnection()) { in testUntaggedSocketsHttp()
331 if (!hasInternetConnection()) { in testUntaggedSocketsRaw()
432 if (!hasInternetConnection()) { in testNetwork()
592 if (!hasInternetConnection()) { in testNoCleartextHttpTrafficAllowed()
664 private boolean hasInternetConnection() { in hasInternetConnection() method in StrictModeTest
/cts/tests/app/src/android/app/cts/
DDownloadManagerTest.java112 if (!hasInternetConnection()) { in testDownloadManagerSupportsHttpWithExternalWebServer()
144 if (!hasInternetConnection()) { in testDownloadManagerSupportsHttpsWithExternalWebServer()
DDownloadManagerTestBase.java356 protected boolean hasInternetConnection() { in hasInternetConnection() method in DownloadManagerTestBase