Home
last modified time | relevance | path

Searched defs:inputStreamToGunzipString (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/entitlement/http/
DStreamUtils.java61 public static String inputStreamToGunzipString(InputStream inputStream) throws IOException { in inputStreamToGunzipString() method in StreamUtils
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/entitlement/http/
DStreamUtilsTest.java92 public void inputStreamToGunzipString() throws Exception { in inputStreamToGunzipString() method in StreamUtilsTest