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

Method setUpdate

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

Source from the content-addressed store, hash-verified

93 void setMakePackageDirs(bool val) { mMakePackageDirs = val; }
94 bool getUpdate(void) const { return mUpdate; }
95 void setUpdate(bool val) { mUpdate = val; }
96 bool getExtending(void) const { return mExtending; }
97 void setExtending(bool val) { mExtending = val; }
98 int getExtendedPackageId(void) const { return mExtendedPackageId; }

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected