Home
last modified time | relevance | path

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

/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/fira/
DFiraOpenSessionParams.java207 private static final String KEY_IS_KEY_ROTATION_ENABLED = "is_key_rotation_enabled"; field in FiraOpenSessionParams
928 bundle.putBoolean(KEY_IS_KEY_ROTATION_ENABLED, mIsKeyRotationEnabled); in toBundle()
1056 .setIsKeyRotationEnabled(bundle.getBoolean(KEY_IS_KEY_ROTATION_ENABLED)) in parseBundleVersion1()