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

Method getAutoAddOverlay

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

Source from the content-addressed store, hash-verified

121 const char* getInstrumentationPackageNameOverride() const { return mInstrumentationPackageNameOverride; }
122 void setInstrumentationPackageNameOverride(const char * val) { mInstrumentationPackageNameOverride = val; }
123 bool getAutoAddOverlay() { return mAutoAddOverlay; }
124 void setAutoAddOverlay(bool val) { mAutoAddOverlay = val; }
125 bool getGenDependencies() { return mGenDependencies; }
126 void setGenDependencies(bool val) { mGenDependencies = val; }

Callers 2

startBagMethod · 0.80
getEntryMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected