Searched refs:LOGGED_URLS_LIST (Results 1 – 3 of 3) sorted by relevance
58 private static final String[] LOGGED_URLS_LIST = { field in WorkProfileNetworkLoggingDelegateTest98 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()
78 private static final String[] LOGGED_URLS_LIST = { field in NetworkLoggingTest198 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()
76 private static final String[] LOGGED_URLS_LIST = { field in NetworkLoggingTest112 for (final String url : LOGGED_URLS_LIST) { in testConnectToWebsites_shouldBeLogged()143 if (Arrays.asList(LOGGED_URLS_LIST).contains(dnsEvent.getHostname())) { in verifyNetworkLogs()164 assertThat(receivedEventsFromLoggedUrlsList).isEqualTo(LOGGED_URLS_LIST.length); in verifyNetworkLogs()