Home
last modified time | relevance | path

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

/packages/modules/Connectivity/nearby/tests/multidevices/clients/test_support/fastpair_provider/src/android/nearby/fastpair/provider/
DFastPairSimulator.java645 boolean useRandomSaltForAccountKeyRotation, in Options() argument
661 this.mUseRandomSaltForAccountKeyRotation = useRandomSaltForAccountKeyRotation; in Options()
887 boolean useRandomSaltForAccountKeyRotation) { in setUseRandomSaltForAccountKeyRotation() argument
888 this.mUseRandomSaltForAccountKeyRotation = useRandomSaltForAccountKeyRotation; in setUseRandomSaltForAccountKeyRotation()
/packages/modules/Connectivity/nearby/tests/multidevices/clients/test_support/fastpair_provider/simulator_app/src/android/nearby/fastpair/provider/simulator/app/
DMainActivity.java625 boolean useRandomSaltForAccountKeyRotation = in reset()
674 .setUseRandomSaltForAccountKeyRotation(useRandomSaltForAccountKeyRotation) in reset()