()
| 6055 | long total; |
| 6056 | |
| 6057 | boolean isEmpty() { |
| 6058 | return (search_ms == 0 && |
| 6059 | flags == 0 && |
| 6060 | flags_ms == 0 && |
| 6061 | uids == 0 && |
| 6062 | uids_ms == 0 && |
| 6063 | headers == 0 && |
| 6064 | headers_ms == 0 && |
| 6065 | content == 0 && |
| 6066 | attachments == 0 && |
| 6067 | total == 0); |
| 6068 | } |
| 6069 | |
| 6070 | @Override |
| 6071 | public String toString() { |
no outgoing calls
no test coverage detected