Home
last modified time | relevance | path

Searched refs:DryAndWetZenithDelays (Results 1 – 1 of 1) sorted by relevance

/cts/tests/location/location_gnss/src/android/location/cts/gnss/pseudorange/
DTroposphericModelEgnos.java113 DryAndWetZenithDelays dryAndWetZenithDelays = calculateZenithDryAndWetDelaysSec in calculateTropoCorrectionMeters()
180 private static DryAndWetZenithDelays calculateZenithDryAndWetDelaysSec(double userLatitudeRadians, in calculateZenithDryAndWetDelaysSec()
278 return new DryAndWetZenithDelays(zenithDryDelaySeconds, zenithWetDelaySeconds); in calculateZenithDryAndWetDelaysSec()
315 private static class DryAndWetZenithDelays { class in TroposphericModelEgnos
319 public DryAndWetZenithDelays(double dryZenithDelay, double wetZenithDelay) { in DryAndWetZenithDelays() method in TroposphericModelEgnos.DryAndWetZenithDelays