Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DTestAcsClient.java55 public void onConfigChanged(byte[] config, boolean isCompressed) { in onConfigChanged() argument
57 mConfig = isCompressed ? ImsUtils.decompressGzip(config) : config; in onConfigChanged()
DTestImsConfig.java57 public void notifyRcsAutoConfigurationReceived(byte[] content, boolean isCompressed) { in notifyRcsAutoConfigurationReceived() argument
58 TestAcsClient.getInstance().onConfigChanged(content, isCompressed); in notifyRcsAutoConfigurationReceived()