Searched refs:SatelliteInfo (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/location/tests/locationtests/src/android/location/ |
D | GnssStatusTest.java | 43 List<SatelliteInfo> svInfos = new ArrayList<>(); in testEmptyGnssStatus() 54 List<SatelliteInfo> svInfos = new ArrayList<>(); in testOneSatelliteGnssStatus() 55 SatelliteInfo svInfo = in testOneSatelliteGnssStatus() 56 new SatelliteInfo(100,1, true, true, true, true, 100f, 20.3f, 45.5f, 100.23f); in testOneSatelliteGnssStatus() 68 List<SatelliteInfo> svInfos = new ArrayList<>(); in testMultipleSatellitesGnssStatus() 69 SatelliteInfo svInfo1 = in testMultipleSatellitesGnssStatus() 70 new SatelliteInfo(20, 1,true, true, true, true, 10.1f, 20.3f, 45.5f, 111.23f); in testMultipleSatellitesGnssStatus() 71 SatelliteInfo svInfo2 = in testMultipleSatellitesGnssStatus() 72 new SatelliteInfo(50, 2, true, false, true, false, 20.2f, 21.3f, 46.5f, 222.23f); in testMultipleSatellitesGnssStatus() 73 SatelliteInfo svInfo3 = in testMultipleSatellitesGnssStatus() [all …]
|
D | SatelliteInfo.java | 24 public class SatelliteInfo { class 51 public SatelliteInfo(int svid, int constellationType, boolean hasEphemris, boolean hasAlmanac, in SatelliteInfo() method in SatelliteInfo 77 public static int[] getSvidWithFlagsArray(List<SatelliteInfo> svInfos) { in getSvidWithFlagsArray() 88 public static float[] getCn0sArray(List<SatelliteInfo> svInfos) { in getCn0sArray() 99 public static float[] getElevationsArray(List<SatelliteInfo> svInfos) { in getElevationsArray() 110 public static float[] getAzimuthsArray(List<SatelliteInfo> svInfos) { in getAzimuthsArray() 121 public static float[] getCarrierFrequencyArray(List<SatelliteInfo> svInfos) { in getCarrierFrequencyArray()
|