HomeSort by relevance Sort by last modified time
    Searched defs:mConstellationType (Results 1 - 2 of 2) sorted by null

  /frameworks/base/location/tests/locationtests/src/android/location/
SatelliteInfo.java 45 public int mConstellationType;
63 this.mConstellationType = constellationType;
  /frameworks/base/location/java/android/location/
GnssMeasurement.java 33 private int mConstellationType;
231 mConstellationType = measurement.mConstellationType;
289 return mConstellationType;
298 mConstellationType = value;
    [all...]

Completed in 52 milliseconds