Searched refs:constellationType (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/location/java/android/location/ |
D | GpsStatus.java | 177 int constellationType = status.getConstellationType(i); in setStatus() local 185 if (constellationType == GnssStatus.CONSTELLATION_GLONASS) { in setStatus() 187 } else if (constellationType == GnssStatus.CONSTELLATION_BEIDOU) { in setStatus() 189 } else if (constellationType == GnssStatus.CONSTELLATION_SBAS) { in setStatus() 191 } else if ((constellationType != GnssStatus.CONSTELLATION_GPS) && in setStatus() 192 (constellationType != GnssStatus.CONSTELLATION_QZSS)) { in setStatus()
|
D | GnssSignalType.java | 42 public static GnssSignalType create(@GnssStatus.ConstellationType int constellationType, in create() argument 48 return new GnssSignalType(constellationType, carrierFrequencyHz, codeType); in create() 61 private GnssSignalType(@GnssStatus.ConstellationType int constellationType, in GnssSignalType() argument 63 this.mConstellationType = constellationType; in GnssSignalType()
|
D | GnssAutomaticGainControl.java | 51 private GnssAutomaticGainControl(double levelDb, int constellationType, in GnssAutomaticGainControl() argument 54 mConstellationType = constellationType; in GnssAutomaticGainControl() 195 public Builder setConstellationType(@GnssStatus.ConstellationType int constellationType) { in setConstellationType() argument 196 mConstellationType = constellationType; in setConstellationType()
|
D | GnssStatus.java | 327 public static String constellationTypeToString(@ConstellationType int constellationType) { in constellationTypeToString() argument 328 switch (constellationType) { in constellationTypeToString() 346 return Integer.toString(constellationType); in constellationTypeToString() 448 public Builder addSatellite(@ConstellationType int constellationType, in addSatellite() argument 460 mSatellites.add(new GnssSvInfo(constellationType, svid, cn0DbHz, elevation, azimuth, in addSatellite() 521 private GnssSvInfo(int constellationType, int svid, float cn0DbHz, in GnssSvInfo() argument 526 | ((constellationType & CONSTELLATION_TYPE_MASK) in GnssSvInfo()
|
D | GnssSingleSatCorrection.java | 69 private GnssSingleSatCorrection(int singleSatCorrectionFlags, int constellationType, int satId, in GnssSingleSatCorrection() argument 75 mConstellationType = constellationType; in GnssSingleSatCorrection() 248 int constellationType = parcel.readInt(); 264 return new GnssSingleSatCorrection(singleSatCorrectionFlags, constellationType, 355 @GnssStatus.ConstellationType int constellationType) { in setConstellationType() 356 mConstellationType = constellationType; in setConstellationType()
|
/frameworks/base/services/core/java/com/android/server/location/gnss/ |
D | GnssMetrics.java | 258 public void logConstellationType(int constellationType) { in logConstellationType() argument 259 if (constellationType >= mConstellationTypes.length) { in logConstellationType() 260 Log.e(TAG, "Constellation type " + constellationType + " is not valid."); in logConstellationType() 263 mConstellationTypes[constellationType] = true; in logConstellationType()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |