Searched refs:hasBasebandCn0DbHz (Results 1 – 3 of 3) sorted by relevance
304 public boolean hasBasebandCn0DbHz(@IntRange(from = 0) int satelliteIndex) { in hasBasebandCn0DbHz() method in GnssStatus458 boolean hasBasebandCn0DbHz, in addSatellite() argument462 hasBasebandCn0DbHz, basebandCn0DbHz)); in addSatellite()524 boolean hasBasebandCn0DbHz, float basebandCn0DbHz) { in GnssSvInfo() argument532 | (hasBasebandCn0DbHz ? SVID_FLAGS_HAS_BASEBAND_CN0 : SVID_FLAGS_NONE); in GnssSvInfo()537 mBasebandCn0DbHz = hasBasebandCn0DbHz ? basebandCn0DbHz : 0; in GnssSvInfo()
845 public boolean hasBasebandCn0DbHz() { in hasBasebandCn0DbHz() method in GnssMeasurement1949 if (hasBasebandCn0DbHz()) { in toString()
19714 method public boolean hasBasebandCn0DbHz();19838 method public boolean hasBasebandCn0DbHz(@IntRange(from=0) int);