OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gnssYearOfHardware
(Results
1 - 2
of
2
) sorted by null
/cts/tests/tests/location/src/android/location/cts/
GnssLocationValuesTest.java
46
int
gnssYearOfHardware
= mTestLocationManager.getLocationManager().getGnssYearOfHardware();
47
if(
gnssYearOfHardware
>= LOCATION_UNCERTIANTY_MIN_YEAR) {
TestMeasurementUtil.java
116
int
gnssYearOfHardware
= testLocationManager.getLocationManager().getGnssYearOfHardware();
118
+ (
gnssYearOfHardware
== 0 ? "2015 or earlier" :
gnssYearOfHardware
) + ". "
119
+ "Devices " + (
gnssYearOfHardware
>= minHardwareYear ? "like this one " : "")
[
all
...]
Completed in 55 milliseconds