| 106 | void setValues(bool val) { mValues = val; } |
| 107 | int getCompressionMethod(void) const { return mCompressionMethod; } |
| 108 | void setCompressionMethod(int val) { mCompressionMethod = val; } |
| 109 | bool getJunkPath(void) const { return mJunkPath; } |
| 110 | void setJunkPath(bool val) { mJunkPath = val; } |
| 111 | const char* getOutputAPKFile() const { return mOutputAPKFile; } |
no outgoing calls
no test coverage detected