Home
last modified time | relevance | path

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

/frameworks/base/location/api/
Dtest-lint-baseline.txt24 GetterSetterNames: android.location.GnssClock#setTimeUncertaintyNanos(double):
25 …`hasTimeUncertaintyNanos` must be named `setHasTimeUncertaintyNanos`; was `setTimeUncertaintyNanos`
Dtest-current.txt33 method public void setTimeUncertaintyNanos(@FloatRange(from=0.0f) double);
/frameworks/base/location/java/android/location/
DGnssClock.java197 public void setTimeUncertaintyNanos(@FloatRange(from = 0.0f) double timeUncertaintyNanos) { in setTimeUncertaintyNanos() method in GnssClock