Home | History | Annotate | Download | only in fused

Lines Matching defs:GPS

45     private static final String GPS = LocationManager.GPS_PROVIDER;
74 mStats.put(GPS, new ProviderStats());
75 mStats.get(GPS).available = mLocationManager.isProviderEnabled(GPS);
160 disableProvider(GPS);
188 enableProvider(GPS, gpsInterval);
190 disableProvider(GPS);
210 // underground can cause GPS to stop reporting fixes. In this case it's
264 if (GPS.equals(location.getProvider())) {
299 s.append(String.format("gps %s\n", mGpsLocation));
300 s.append(" ").append(mStats.get(GPS)).append('\n');