Home
last modified time | relevance | path

Searched refs:connectToWebsite (Results 1 – 4 of 4) sorted by relevance

/cts/hostsidetests/devicepolicy/app/DelegateApp/src/com/android/cts/delegate/
DWorkProfileNetworkLoggingDelegateTest.java99 connectToWebsite(url); in testConnectToWebsites_shouldBeLogged()
106 connectToWebsite(url); in testConnectToWebsites_shouldNotBeLogged()
160 private void connectToWebsite(String server) { in connectToWebsite() method in WorkProfileNetworkLoggingDelegateTest
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DNetworkLoggingTest.java113 connectToWebsite(url); in testConnectToWebsites_shouldBeLogged()
120 connectToWebsite(url); in testConnectToWebsites_shouldNotBeLogged()
194 private void connectToWebsite(String server) { in connectToWebsite() method in NetworkLoggingTest
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DNetworkLoggingTest.java180 connectToWebsite(NOT_LOGGED_URLS_LIST[i], shouldLog(i)); in testNetworkLoggingAndRetrieval()
199 connectToWebsite(LOGGED_URLS_LIST[i], shouldLog(i)); in generateBatches()
361 private void connectToWebsite(String server, boolean shouldLog) { in connectToWebsite() method in NetworkLoggingTest
403 connectToWebsite(FAKE_SERVER, shouldLog(reqNo)); in makeFakeRequests()
/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DNetworkLoggingTest.kt118 connectToWebsite(url) in <lambda>()
155 private fun connectToWebsite(server: String) { in <lambda>() method in android.devicepolicy.cts.NetworkLoggingTest
262 connectToWebsite(url) in <lambda>()