Searched refs:setCompressionMethod (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/tools/aapt/
H A DMain.cpp236 bundle.setCompressionMethod(ZipEntry::kCompressDeflated);
470 bundle.setCompressionMethod(ZipEntry::kCompressStored);
H A DBundle.h103 void setCompressionMethod(int val) { mCompressionMethod = val; } function in class:Bundle
H A DAaptAssets.h205 void setCompressionMethod(int c) { mCompression = c; } function in class:AaptFile
H A DAaptAssets.cpp2357 file->setCompressionMethod(entry->getCompressionMethod());
H A DResourceTable.cpp94 target->setCompressionMethod(ZipEntry::kCompressDeflated);

Completed in 459 milliseconds