Home
last modified time | relevance | path

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

/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/dltdoa/
DDlTDoAMeasurement.java56 public static final String ANCHOR_CFO = "anchor_cfo"; field in DlTDoAMeasurement
185 bundle.putDouble(ANCHOR_CFO, mAnchorCfo); in toBundle()
213 .setAnchorCfo((float) bundle.getDouble(ANCHOR_CFO)) in parseVersion1()