Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DTestAcsClient.java57 mConfig = isCompressed ? ImsUtils.decompressGzip(config) : config; in onConfigChanged()
DImsUtils.java223 public static byte[] decompressGzip(byte[] data) { in decompressGzip() method in ImsUtils