| 29 | } |
| 30 | |
| 31 | std::string getResult(const Bundle& bundle) { |
| 32 | std::string result; |
| 33 | bundle.optString(RESULT_BUNDLE_KEY_RESULT, result); |
| 34 | return result; |
| 35 | } |
| 36 | |
| 37 | static std::string getTitleParameter(const std::shared_ptr<const Bundle>& bundle) { |
| 38 | std::string result; |