Home
last modified time | relevance | path

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

/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/fira/
DFiraOpenSessionParams.java245 private static final String KEY_DATA_REPETITION_COUNT = "data_repetition_count"; field in FiraOpenSessionParams
951 bundle.putInt(KEY_DATA_REPETITION_COUNT, mDataRepetitionCount); in toBundle()
1089 .setDataRepetitionCount(bundle.getInt(KEY_DATA_REPETITION_COUNT, 0)) in parseBundleVersion1()