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

Method getUseCrunchCache

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

Source from the content-addressed store, hash-verified

187 void setProduct(const char * val) { mProduct = val; }
188 void setUseCrunchCache(bool val) { mUseCrunchCache = val; }
189 bool getUseCrunchCache() const { return mUseCrunchCache; }
190 const char* getOutputTextSymbols() const { return mOutputTextSymbols; }
191 void setOutputTextSymbols(const char* val) { mOutputTextSymbols = val; }
192 const char* getSingleCrunchInputFile() const { return mSingleCrunchInputFile; }

Callers 1

preProcessImagesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected