Searched refs:ACTIVE_RANGING_ROUNDS (Results 1 – 1 of 1) sorted by relevance
62 public static final String ACTIVE_RANGING_ROUNDS = "active_ranging_rounds"; field in DlTDoAMeasurement172 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()