Searched refs:inputStreamToString (Results 1 – 2 of 2) sorted by relevance
120 return new WebContent(inputStreamToString( in getWebContentFromUrl()134 public static String inputStreamToString(InputStream inputStream, int length, long sizeLimit) in inputStreamToString() method in URLFetcher
128 private static String inputStreamToString(InputStream is) throws IOException { in inputStreamToString() method in BackgroundDexOptServiceIntegrationTests