Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DelegateApp/src/com/android/cts/delegate/
DWorkProfileNetworkLoggingDelegateTest.java58 private static final String[] LOGGED_URLS_LIST = { field in WorkProfileNetworkLoggingDelegateTest
98 for (final String url : LOGGED_URLS_LIST) { in testConnectToWebsites_shouldBeLogged()
125 if (Arrays.asList(LOGGED_URLS_LIST).contains(dnsEvent.getHostname())) { in verifyNetworkLogs()
146 assertThat(receivedEventsFromLoggedUrlsList).isEqualTo(LOGGED_URLS_LIST.length); in verifyNetworkLogs()
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DNetworkLoggingTest.java78 private static final String[] LOGGED_URLS_LIST = { field in NetworkLoggingTest
198 for (int i = 0; i < LOGGED_URLS_LIST.length; i++) { in generateBatches()
199 connectToWebsite(LOGGED_URLS_LIST[i], shouldLog(i)); in generateBatches()
231 2 * LOGGED_URLS_LIST.length + fakeReqNo); in generateBatches()
317 final boolean[] visited = new boolean[LOGGED_URLS_LIST.length]; in verifyNetworkLogs()
335 for (int j = 0; j < LOGGED_URLS_LIST.length; j++) { in verifyNetworkLogs()
336 if (dnsEvent.getHostname().contains(LOGGED_URLS_LIST[j])) { in verifyNetworkLogs()
355 assertTrue(LOGGED_URLS_LIST[i] + " wasn't visited", visited[i]); in verifyNetworkLogs()
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DNetworkLoggingTest.java76 private static final String[] LOGGED_URLS_LIST = { field in NetworkLoggingTest
112 for (final String url : LOGGED_URLS_LIST) { in testConnectToWebsites_shouldBeLogged()
142 if (Arrays.asList(LOGGED_URLS_LIST).contains(dnsEvent.getHostname())) { in verifyNetworkLogs()
163 assertThat(receivedEventsFromLoggedUrlsList).isEqualTo(LOGGED_URLS_LIST.length); in verifyNetworkLogs()