Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/src/com/android/server/connectivity/
DNetworkMonitor.java3057 if (matchesHttpContent(content, in sendHttpProbe()
3060 } else if (matchesHttpContent(content, in sendHttpProbe()
3117 boolean matchesHttpContent(final String content, @StringRes final int configResource) { in matchesHttpContent() method in NetworkMonitor
/packages/modules/NetworkStack/tests/unit/src/com/android/server/connectivity/
DNetworkMonitorTest.java1001 assertTrue(wnm.matchesHttpContent("This is line1\nThis is line2\nThis is line3", in testMatchesHttpContent()
1003 assertFalse(wnm.matchesHttpContent("hello", in testMatchesHttpContent()
1009 assertFalse(wnm.matchesHttpContent("[", in testMatchesHttpContent()