Home
last modified time | relevance | path

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

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/
DHttpFacade.java84 private String inputStreamToString(InputStream in) throws IOException { in inputStreamToString() method in HttpFacade
196 String result = inputStreamToString(in); in httpRequestString()
/external/glide/third_party/disklrucache/src/main/java/com/bumptech/glide/disklrucache/
DDiskLruCache.java661 private static String inputStreamToString(InputStream in) throws IOException { in inputStreamToString() method in DiskLruCache
695 return inputStreamToString(is); in getString()
741 return in != null ? inputStreamToString(in) : null; in getString()