Home
last modified time | relevance | path

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

/frameworks/base/location/java/android/location/
DGpsStatus.java43 private final SparseArray<GpsSatellite> mSatellites = new SparseArray<>();
45 private final class SatelliteIterator implements Iterator<GpsSatellite> {
57 GpsSatellite satellite = mSatellites.valueAt(mIndex); in hasNext()
66 public GpsSatellite next() { in next()
68 GpsSatellite satellite = mSatellites.valueAt(mIndex); in next()
83 private Iterable<GpsSatellite> mSatelliteList = new Iterable<GpsSatellite>() {
85 public Iterator<GpsSatellite> iterator() {
179 GpsSatellite satellite = mSatellites.get(prn); in setStatus()
181 satellite = new GpsSatellite(prn); in setStatus()
232 public Iterable<GpsSatellite> getSatellites() { in getSatellites()
[all …]
DGpsSatellite.java27 public final class GpsSatellite { class
38 GpsSatellite(int prn) { in GpsSatellite() method in GpsSatellite
46 void setStatus(GpsSatellite satellite) { in setStatus()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt35564 Landroid/location/GpsSatellite;-><init>(I)V
35565 Landroid/location/GpsSatellite;->mAzimuth:F
35566 Landroid/location/GpsSatellite;->mElevation:F
35567 Landroid/location/GpsSatellite;->mHasAlmanac:Z
35568 Landroid/location/GpsSatellite;->mHasEphemeris:Z
35569 Landroid/location/GpsSatellite;->mPrn:I
35570 Landroid/location/GpsSatellite;->mSnr:F
35571 Landroid/location/GpsSatellite;->mUsedInFix:Z
35572 Landroid/location/GpsSatellite;->mValid:Z
35573 Landroid/location/GpsSatellite;->setStatus(Landroid/location/GpsSatellite;)V
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt13767 public final class GpsSatellite {
13779 method public java.lang.Iterable<android.location.GpsSatellite> getSatellites();
/frameworks/base/api/
Dcurrent.txt22862 @Deprecated public final class GpsSatellite {
22874 method @Deprecated public Iterable<android.location.GpsSatellite> getSatellites();