Home
last modified time | relevance | path

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

/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/radar/
DRadarOpenSessionParams.java48 private static final String KEY_PREAMBLE_CODE_INDEX = "preamble_code_index"; field in RadarOpenSessionParams
125 bundle.putInt(KEY_PREAMBLE_CODE_INDEX, mPreambleCodeIndex); in toBundle()
160 .setPreambleCodeIndex(bundle.getInt(KEY_PREAMBLE_CODE_INDEX)) in parseBundleVersion1()
/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/fira/
DFiraOpenSessionParams.java183 private static final String KEY_PREAMBLE_CODE_INDEX = "preamble_code_index"; field in FiraOpenSessionParams
895 bundle.putInt(KEY_PREAMBLE_CODE_INDEX, mPreambleCodeIndex); in toBundle()
1031 .setPreambleCodeIndex(bundle.getInt(KEY_PREAMBLE_CODE_INDEX)) in parseBundleVersion1()