Home
last modified time | relevance | path

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

/packages/modules/Uwb/generic_ranging/src/com/android/sensor/
DEstimate.java36 private double estimatedBeaconPositionErrorStdDevM; field in Estimate
47 estimatedBeaconPositionErrorStdDevM = 0.0; in Estimate()
71 public void setEstimatedBeaconPositionErrorStdDevM(double estimatedBeaconPositionErrorStdDevM) { in setEstimatedBeaconPositionErrorStdDevM() argument
72 this.estimatedBeaconPositionErrorStdDevM = estimatedBeaconPositionErrorStdDevM; in setEstimatedBeaconPositionErrorStdDevM()
101 return estimatedBeaconPositionErrorStdDevM; in getEstimatedBeaconPositionErrorStdDevM()