Home
last modified time | relevance | path

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

/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/fira/
DFiraOpenSessionParams.java175 private static final String KEY_BLOCK_STRIDE_LENGTH = "block_stride_length"; field in FiraOpenSessionParams
883 bundle.putInt(KEY_BLOCK_STRIDE_LENGTH, mBlockStrideLength); in toBundle()
1015 .setBlockStrideLength(bundle.getInt(KEY_BLOCK_STRIDE_LENGTH)) in parseBundleVersion1()