Returns the system-wide calibration, or null.
()
| 2872 | |
| 2873 | /** Returns the system-wide calibration, or null. */ |
| 2874 | public Calibration getGlobalCalibration() { |
| 2875 | return globalCalibration; |
| 2876 | } |
| 2877 | |
| 2878 | /** This is a version of getGlobalCalibration() that can be called from a static context. */ |
| 2879 | public static Calibration getStaticGlobalCalibration() { |
no outgoing calls
no test coverage detected