HomeSort by relevance Sort by last modified time
    Searched full:satellites (Results 1 - 25 of 79) sorted by null

1 2 3 4

  /cts/tests/tests/location/src/android/location/cts/
GpsStatusTest.java 40 Iterable<GpsSatellite> satellites = mGpsStatus.getSatellites(); local
41 assertNotNull(satellites);
46 // check the total number of satellites
48 for (Iterator<GpsSatellite> iterator = satellites.iterator();
54 fail("Found more satellites than: " + maxSatellites);
TestGpsStatusListener.java 39 // Store list of Prn for Satellites.
52 Iterable<GpsSatellite> satellites = mGpsStatus.getSatellites(); local
54 for (GpsSatellite gpsSatellite : satellites) {
TestGnssStatusCallback.java 36 // Store list of Prn for Satellites.
GnssNavigationMessageRegistrationTest.java 130 // Skip the Test. No Satellites are visible. Device may be Indoor
131 Log.i(TAG, "No Satellites are visible. Device may be Indoor. Skipping Test.");
GnssMeasurementWhenNoLocationTest.java 32 * 1. Clear A-GPS: this ensures that the device is not in a warm mode and it has 4+ satellites
132 "No Satellites are visible. Device may be indoors. Retry outdoors?",
  /external/autotest/client/site_tests/hardware_GobiGPS/
control 10 satellites have been seen enough to get signal quality measured, or 5
11 satellites have been seen overall.
hardware_GobiGPS.py 8 # at least a few satellites seen (i.e. that signal can be received by the GPS).
41 # Satellites in view
80 logging.debug('number of satellites seen %d: %s',
82 logging.debug('number of satellites seen with signal strength %d: %s',
94 logging.info('Saw %d GPS satellites, %d with signal strength',
  /frameworks/base/location/java/android/location/
GnssStatusCallback.java 42 * @param status the current status of all satellites.
GpsStatus.java 160 // Other satellites passed through these APIs before GnssSvStatus was availble.
198 * Copies GPS satellites information from GnssStatus object.
227 * @return the list of satellites
234 * Returns the maximum number of satellites that can be in the satellite
237 * @return the maximum number of satellites
LocationListener.java 67 * <li> satellites - the number of satellites used to derive the fix
GnssStatus.java 84 * @param status the current status of all satellites.
120 * Gets the total number of satellites in satellite list.
LocationProvider.java 29 * a number of satellites; others require the use of the cellular
GpsClock.java 46 * satellites (epoch = Jan 6, 1980).
Location.java 831 * <li> satellites - the number of satellites used to derive the fix
    [all...]
LocationManager.java 98 * satellites. Depending on conditions, this provider may take a while to return
105 * <li> satellites - the number of satellites used to derive the fix
    [all...]
  /frameworks/base/location/tests/locationtests/src/android/location/
GpsStatusTest.java 173 int satellites = 0; local
175 ++satellites;
177 assertEquals("GpsStatus::SatelliteCount", expectedCount, satellites);
  /external/ceres-solver/docs/source/
index.rst 31 * Estimate the pose of `Street View`_ cars, aircrafts, and satellites.
  /packages/services/Car/car-support-lib/src/android/support/car/hardware/
CarSensorEvent.java 169 * Two first bytes encode number of satellites in-use/in-view (or 0xFF if unavailable).
649 * Number of satellites used in GPS fix or -1 of unavailable.
653 * Number of satellites in view or -1 of unavailable.
  /device/google/marlin/location/loc_api/loc_api_v02/
location_service_v02.h 119 /** Maximum number of satellites in the satellite report. */
251 /** Maximum number of satellites in a measurement block for a given system. */
365 position and satellites in view. The report is at a 1 Hz rate. */
467 position and satellites in view. The report is at a 1 Hz rate.
    [all...]
  /device/huawei/angler/location/loc_api/loc_api_v02/
location_service_v02.h 119 /** Maximum number of satellites in the satellite report. */
242 /** Maximum number of satellites in a measurement block for a given system. */
305 position and satellites in view. The report is at a 1 Hz rate. */
398 position and satellites in view. The report is at a 1 Hz rate.
    [all...]
  /device/lge/bullhead/location/loc_api/loc_api_v02/
location_service_v02.h 119 /** Maximum number of satellites in the satellite report. */
242 /** Maximum number of satellites in a measurement block for a given system. */
305 position and satellites in view. The report is at a 1 Hz rate. */
398 position and satellites in view. The report is at a 1 Hz rate.
    [all...]
  /device/moto/shamu/location/loc_api/loc_api_v02/
location_service_v02.h 120 /** Maximum number of satellites in the satellite report. */
237 /** Maximum number of satellites in measurement block for given system. */
287 position and satellites in view. The report is at a 1 Hz rate. */
371 position and satellites in view. The report is at a 1 Hz rate.
636 #define QMI_LOC_POS_TECH_MASK_SATELLITE_V02 ((qmiLocPosTechMaskT_v02)0x00000001) /**< Satellites were used to generate the fix */
    [all...]
  /external/libexif/libexif/
exif-tag.c 118 {EXIF_TAG_GPS_SATELLITES, "GPSSatellites", N_("GPS Satellites"),
119 N_("Indicates the GPS satellites used for measurements. This "
120 "tag can be used to describe the number of satellites, their ID "
    [all...]
  /frameworks/base/services/core/jni/
com_android_server_location_GnssLocationProvider.cpp 141 ALOGW("Too many satellites %zd. Clamps to %d.",
205 ALOGD("Too many satellites %zd. Clamps to %d.",
    [all...]
  /docs/source.android.com/src/security/overview/
app-security.jd 271 and uncheck the "Use wireless networks" and "Enable GPS satellites". This will

Completed in 3287 milliseconds

1 2 3 4