HomeSort by relevance Sort by last modified time
    Searched refs:satellites (Results 1 - 3 of 3) sorted by null

  /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) {
  /frameworks/base/location/tests/locationtests/src/android/location/
GpsStatusTest.java 173 int satellites = 0; local
175 ++satellites;
177 assertEquals("GpsStatus::SatelliteCount", expectedCount, satellites);

Completed in 596 milliseconds