Searched refs:KEY_PROTOCOL_VERSION (Results 1 – 3 of 3) sorted by relevance
49 private static final String KEY_PROTOCOL_VERSION = "protocol_version"; field in CccOpenRangingParams164 bundle.putString(KEY_PROTOCOL_VERSION, mProtocolVersion.toString()); in toBundle()208 checkNotNull(bundle.getString(KEY_PROTOCOL_VERSION)))) in parseBundleVersion1()
49 private static final String KEY_PROTOCOL_VERSION = "protocol_version"; field in AliroOpenRangingParams164 bundle.putString(KEY_PROTOCOL_VERSION, mProtocolVersion.toString()); in toBundle()208 checkNotNull(bundle.getString(KEY_PROTOCOL_VERSION)))) in parseBundleVersion1()
161 private static final String KEY_PROTOCOL_VERSION = "protocol_version"; field in FiraOpenSessionParams855 bundle.putString(KEY_PROTOCOL_VERSION, mProtocolVersion.toString()); in toBundle()1000 requireNonNull(bundle.getString(KEY_PROTOCOL_VERSION)))) in parseBundleVersion1()