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

Method getCompressionMethod

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

Source from the content-addressed store, hash-verified

105 bool getValues(void) const { return mValues; }
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; }

Callers 7

doListFunction · 0.45
doAddFunction · 0.45
slurpResourceZipMethod · 0.45
processFileFunction · 0.45
processOverlayFileFunction · 0.45
processJarFileFunction · 0.45
uncompressMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected