Home
last modified time | relevance | path

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

/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/ccc/
DCccOpenRangingParams.java49 private static final String KEY_PROTOCOL_VERSION = "protocol_version"; field in CccOpenRangingParams
164 bundle.putString(KEY_PROTOCOL_VERSION, mProtocolVersion.toString()); in toBundle()
208 checkNotNull(bundle.getString(KEY_PROTOCOL_VERSION)))) in parseBundleVersion1()
/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/aliro/
DAliroOpenRangingParams.java49 private static final String KEY_PROTOCOL_VERSION = "protocol_version"; field in AliroOpenRangingParams
164 bundle.putString(KEY_PROTOCOL_VERSION, mProtocolVersion.toString()); in toBundle()
208 checkNotNull(bundle.getString(KEY_PROTOCOL_VERSION)))) in parseBundleVersion1()
/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/fira/
DFiraOpenSessionParams.java161 private static final String KEY_PROTOCOL_VERSION = "protocol_version"; field in FiraOpenSessionParams
855 bundle.putString(KEY_PROTOCOL_VERSION, mProtocolVersion.toString()); in toBundle()
1000 requireNonNull(bundle.getString(KEY_PROTOCOL_VERSION)))) in parseBundleVersion1()