@return Whether or not to resolve the UIDs to names
()
| 935 | |
| 936 | /** @return Whether or not to resolve the UIDs to names */ |
| 937 | public boolean getResolveNames() { |
| 938 | return resolve_names; |
| 939 | } |
| 940 | |
| 941 | /** @return Number of hours to scan back in time looking for data */ |
| 942 | public int getBackScan() { |
no outgoing calls
no test coverage detected