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.java293 if (!hasInternetConnection()) { in testCleartextNetwork()
312 if (!hasInternetConnection()) { in testEncryptedNetwork()
408 if (!hasInternetConnection()) { in testUntaggedSocketsHttp()
437 if (!hasInternetConnection()) { in testUntaggedSocketsRaw()
538 if (!hasInternetConnection()) { in testNetwork()
758 if (!hasInternetConnection()) { in testNoCleartextHttpTrafficAllowed()
1513 private boolean hasInternetConnection() { in hasInternetConnection() method in StrictModeTest
/cts/tests/app/src/android/app/cts/
DDownloadManagerTest.java132 if (!hasInternetConnection()) { in testDownloadManagerSupportsHttpWithExternalWebServer()
164 if (!hasInternetConnection()) { in testDownloadManagerSupportsHttpsWithExternalWebServer()
DDownloadManagerTestBase.java464 protected boolean hasInternetConnection() { in hasInternetConnection() method in DownloadManagerTestBase