Home
last modified time | relevance | path

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

/frameworks/base/location/api/
Dtest-lint-baseline.txt4 GetterSetterNames: android.location.GnssClock#setBiasUncertaintyNanos(double):
5 …`hasBiasUncertaintyNanos` must be named `setHasBiasUncertaintyNanos`; was `setBiasUncertaintyNanos`
Dtest-current.txt21 method public void setBiasUncertaintyNanos(@FloatRange(from=0.0f) double);
/frameworks/base/location/java/android/location/
DGnssClock.java326 public void setBiasUncertaintyNanos(@FloatRange(from = 0.0f) double biasUncertaintyNanos) { in setBiasUncertaintyNanos() method in GnssClock