Home
last modified time | relevance | path

Searched refs:shouldLog (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DNetworkLoggingTest.java180 connectToWebsite(NOT_LOGGED_URLS_LIST[i], shouldLog(i)); in testNetworkLoggingAndRetrieval()
192 private boolean shouldLog(int sample) { in shouldLog() method in NetworkLoggingTest
199 connectToWebsite(LOGGED_URLS_LIST[i], shouldLog(i)); in generateBatches()
361 private void connectToWebsite(String server, boolean shouldLog) { in connectToWebsite() argument
365 if (shouldLog || VERBOSE) { in connectToWebsite()
373 if (shouldLog || VERBOSE) { in connectToWebsite()
403 connectToWebsite(FAKE_SERVER, shouldLog(reqNo)); in makeFakeRequests()
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/utils/
DShellCommandUtils.java52 private static final boolean SHOULD_LOG = shouldLog();
54 private static boolean shouldLog() { in shouldLog() method in ShellCommandUtils