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

Method getCommand

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

* Set the command value. Returns "false" if it was previously set. */

Source from the content-addressed store, hash-verified

75 * Set the command value. Returns "false" if it was previously set.
76 */
77 Command getCommand(void) const { return mCmd; }
78 void setCommand(Command cmd) { mCmd = cmd; }
79
80 /*

Callers 1

handleCommandFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected