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
DNetworkLoggingDelegateTest.java106 connectToWebsite(url); in testNetworkLogging()
117 private void connectToWebsite(String server) throws Exception { in connectToWebsite() method in NetworkLoggingDelegateTest
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DNetworkLoggingTest.java113 connectToWebsite(url); in testConnectToWebsites_shouldBeLogged()
120 connectToWebsite(url); in testConnectToWebsites_shouldNotBeLogged()
195 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()