* @brief Return the default application. * @return Index of the default application. */
| 73 | * @return Index of the default application. |
| 74 | */ |
| 75 | int getDefaultApplication() const { |
| 76 | return mDefaultApplicationIndex; |
| 77 | } |
| 78 | |
| 79 | /** |
| 80 | * @brief Add a new application |
no outgoing calls
no test coverage detected