Home
last modified time | relevance | path

Searched refs:ITAR_SPEED_LIMIT_METERS_PER_SECOND (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/location/
DGnssLocationProvider.java448 private static final float ITAR_SPEED_LIMIT_METERS_PER_SECOND = 400.0F; field in GnssLocationProvider
1361 mItarSpeedLimitExceeded = location.getSpeed() > ITAR_SPEED_LIMIT_METERS_PER_SECOND; in handleReportLocation()