MCPcopy Create free account
hub / github.com/CyanogenMod/android_frameworks_base / setCompressionMethod

Method setCompressionMethod

tools/aapt/Bundle.h:108–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106 void setValues(bool val) { mValues = val; }
107 int getCompressionMethod(void) const { return mCompressionMethod; }
108 void setCompressionMethod(int val) { mCompressionMethod = val; }
109 bool getJunkPath(void) const { return mJunkPath; }
110 void setJunkPath(bool val) { mJunkPath = val; }
111 const char* getOutputAPKFile() const { return mOutputAPKFile; }

Callers 3

mainFunction · 0.45
compileXmlFileFunction · 0.45
slurpResourceZipMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected