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