Searched refs:matchesHttpContent (Results 1 – 2 of 2) sorted by relevance
3057 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
1001 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()