Returns the time in milliseconds when startTiming() was last called.
()
| 2834 | /** Returns the time in milliseconds when |
| 2835 | startTiming() was last called. */ |
| 2836 | public long getStartTime() { |
| 2837 | return startTime; |
| 2838 | } |
| 2839 | |
| 2840 | /** Returns this image's calibration. */ |
| 2841 | public Calibration getCalibration() { |
no outgoing calls
no test coverage detected