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

Method setExtending

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

Source from the content-addressed store, hash-verified

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; }
99 void setExtendedPackageId(int val) { mExtendedPackageId = val; }
100 bool getRequireLocalization(void) const { return mRequireLocalization; }

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected