Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DelegateApp/src/com/android/cts/delegate/
DWorkProfileNetworkLoggingDelegateTest.java51 private static final String[] NOT_LOGGED_URLS_LIST = { field in WorkProfileNetworkLoggingDelegateTest
105 for (final String url : NOT_LOGGED_URLS_LIST) { in testConnectToWebsites_shouldNotBeLogged()
131 .that(Arrays.asList(NOT_LOGGED_URLS_LIST)) in verifyNetworkLogs()
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DNetworkLoggingTest.java69 private static final String[] NOT_LOGGED_URLS_LIST = { field in NetworkLoggingTest
119 for (final String url : NOT_LOGGED_URLS_LIST) { in testConnectToWebsites_shouldNotBeLogged()
148 .that(Arrays.asList(NOT_LOGGED_URLS_LIST)) in verifyNetworkLogs()
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DNetworkLoggingTest.java73 private static final String[] NOT_LOGGED_URLS_LIST = { field in NetworkLoggingTest
179 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()