()
| 127 | } |
| 128 | |
| 129 | @Override |
| 130 | public String toString() { |
| 131 | return "Message [text=" + text + ", clearAutomatically=" + clearAutomatically + ", percentComplete=" + percentComplete |
| 132 | + "]"; |
| 133 | } |
| 134 | |
| 135 | public boolean isShowInStatusBar() { |
| 136 | return showInStatusBar; |
no outgoing calls
no test coverage detected