Searched refs:shouldLog (Results 1 – 2 of 2) sorted by relevance
180 connectToWebsite(NOT_LOGGED_URLS_LIST[i], shouldLog(i)); in testNetworkLoggingAndRetrieval()192 private boolean shouldLog(int sample) { in shouldLog() method in NetworkLoggingTest199 connectToWebsite(LOGGED_URLS_LIST[i], shouldLog(i)); in generateBatches()361 private void connectToWebsite(String server, boolean shouldLog) { in connectToWebsite() argument365 if (shouldLog || VERBOSE) { in connectToWebsite()373 if (shouldLog || VERBOSE) { in connectToWebsite()403 connectToWebsite(FAKE_SERVER, shouldLog(reqNo)); in makeFakeRequests()
56 private static final boolean SHOULD_LOG = shouldLog();58 private static boolean shouldLog() { in shouldLog() method in ShellCommandUtils