Home
last modified time | relevance | path

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

/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/dltdoa/
DDlTDoAMeasurement.java61 public static final String ANCHOR_LOCATION = "anchor_location"; field in DlTDoAMeasurement
172 return bundle.containsKey(ANCHOR_LOCATION) && bundle.containsKey(ACTIVE_RANGING_ROUNDS); in isDlTDoAMeasurement()
190 bundle.putIntArray(ANCHOR_LOCATION, byteArrayToIntArray(mAnchorLocation)); in toBundle()
218 .setAnchorLocation(intArrayToByteArray(bundle.getIntArray(ANCHOR_LOCATION))) in parseVersion1()