Sets the start time of the graph. @param timestamp The start time, all the data points returned will have a timestamp greater than or equal to this one. @throws IllegalArgumentException if timestamp is less than or equal to 0, or if it can't fit on 32 bits. @throws IllegalArgumentException if {@code
(long timestamp)
| 36 | * {@code timestamp >= }{@link #getEndTime getEndTime}. |
| 37 | */ |
| 38 | void setStartTime(long timestamp); |
| 39 | |
| 40 | /** |
| 41 | * Returns the start time of the graph. |
no outgoing calls