Searched refs:decompressGzip (Results 1 – 2 of 2) sorted by relevance
57 mConfig = isCompressed ? ImsUtils.decompressGzip(config) : config; in onConfigChanged()
223 public static byte[] decompressGzip(byte[] data) { in decompressGzip() method in ImsUtils