Home
last modified time | relevance | path

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

/packages/providers/UserDictionaryProvider/src/com/android/providers/userdictionary/
DDictionaryBackupAgent.java162 GZIPOutputStream gzip = null; in getDictionary() local
198 GZIPInputStream gzip = new GZIPInputStream(new ByteArrayInputStream(dictCompressed)); in restoreDictionary() local