Home
last modified time | relevance | path

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

/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/dltdoa/
DDlTDoAMeasurement.java62 public static final String ACTIVE_RANGING_ROUNDS = "active_ranging_rounds"; field in DlTDoAMeasurement
172 return bundle.containsKey(ANCHOR_LOCATION) && bundle.containsKey(ACTIVE_RANGING_ROUNDS); in isDlTDoAMeasurement()
191 bundle.putIntArray(ACTIVE_RANGING_ROUNDS, byteArrayToIntArray(mActiveRangingRounds)); in toBundle()
220 intArrayToByteArray(bundle.getIntArray(ACTIVE_RANGING_ROUNDS))) in parseVersion1()