Package org.robolectric.shadows
Class GnssStatusBuilder.GnssSatelliteInfo.Builder
java.lang.Object
org.robolectric.shadows.GnssStatusBuilder.GnssSatelliteInfo.Builder
- Enclosing class:
- GnssStatusBuilder.GnssSatelliteInfo
public abstract static class GnssStatusBuilder.GnssSatelliteInfo.Builder extends Object
Builder for 
GnssStatusBuilder.GnssSatelliteInfo.- 
Constructor SummaryConstructors Constructor Description Builder()
- 
Method Summary
- 
Constructor Details- 
Builderpublic Builder()
 
- 
- 
Method Details- 
setConstellationSets theGNSS constellationof the satellite.
- 
setSvidSets theidentification numberof the satellite.
- 
setCn0DbHzGets thecarrier-to-noise densityof the satellite.
- 
setElevationSets theelevationof the satellite, in degrees.
- 
setAzimuthSets theazimuthof the satellite, in degrees.
- 
setHasEphemerisSets whether the satellitehas ephemeris data.
- 
setHasAlmanacSets whether the satellitehas almanac data.
- 
setUsedInFixSets whether the satellitewas used in the most recent position fix.
- 
setCarrierFrequencyHzpublic abstract GnssStatusBuilder.GnssSatelliteInfo.Builder setCarrierFrequencyHz(@Nullable Float carrierFrequencyHz)Sets thecarrier frequencyof the satellite, in Hz, if present; ifnull, indicates that the carrier frequencyis not available.
- 
buildBuilds theGnssStatusBuilder.GnssSatelliteInfo.
 
-