Home
last modified time | relevance | path

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

/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/fira/
DFiraOpenSessionParams.java186 private static final String KEY_CAP_SIZE_RANGE = "cap_size_range"; field in FiraOpenSessionParams
900 bundle.putIntArray(KEY_CAP_SIZE_RANGE, byteArrayToIntArray(mCapSize)); in toBundle()
1034 .setCapSize(intArrayToByteArray(bundle.getIntArray(KEY_CAP_SIZE_RANGE))) in parseBundleVersion1()