Searched refs:NOT_LOGGED_URLS_LIST (Results 1 – 3 of 3) sorted by relevance
51 private static final String[] NOT_LOGGED_URLS_LIST = { field in WorkProfileNetworkLoggingDelegateTest105 for (final String url : NOT_LOGGED_URLS_LIST) { in testConnectToWebsites_shouldNotBeLogged()131 .that(Arrays.asList(NOT_LOGGED_URLS_LIST)) in verifyNetworkLogs()
69 private static final String[] NOT_LOGGED_URLS_LIST = { field in NetworkLoggingTest119 for (final String url : NOT_LOGGED_URLS_LIST) { in testConnectToWebsites_shouldNotBeLogged()148 .that(Arrays.asList(NOT_LOGGED_URLS_LIST)) in verifyNetworkLogs()
73 private static final String[] NOT_LOGGED_URLS_LIST = { field in NetworkLoggingTest179 for (int i = 0; i < NOT_LOGGED_URLS_LIST.length; i++) { in testNetworkLoggingAndRetrieval()180 connectToWebsite(NOT_LOGGED_URLS_LIST[i], shouldLog(i)); in testNetworkLoggingAndRetrieval()237 if (dnsEvent.getHostname().contains(NOT_LOGGED_URLS_LIST[0]) in verifyDnsEvent()238 || dnsEvent.getHostname().contains(NOT_LOGGED_URLS_LIST[1])) { in verifyDnsEvent()