OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mgpssatellite
(Results
1 - 1
of
1
) sorted by null
/cts/tests/tests/location/src/android/location/cts/
GpsSatelliteTest.java
29
private GpsSatellite
mGpsSatellite
;
40
mGpsSatellite
= iterator.next();
45
if (
mGpsSatellite
!= null) {
46
assertTrue(
mGpsSatellite
.getAzimuth() >= 0 &&
mGpsSatellite
.getAzimuth() <= 360);
51
if (
mGpsSatellite
!= null) {
52
assertTrue(
mGpsSatellite
.getElevation() >= 0 &&
mGpsSatellite
.getElevation() <= 90);
57
if (
mGpsSatellite
!= null) {
59
mGpsSatellite
.getPrn()
[
all
...]
Completed in 263 milliseconds